Question 1let a be a 4x4 matrix composed of all 0slet b be

Assignment Help Computer Engineering
Reference no: EM13346988

Question 1

Let A be a 4x4 matrix composed of all 0s.

Let B be a 4x4 matrix composed of all 1s.

1. A NAND B = all 0s.

2. A XOR B = all 1s.

3. The first nine digits of a book's ISBN-10 identifier is 0-441-27206. The tenth digit (the check digit) is 5.

4. The binary search algorithm has a smaller "Big(O)" notation than the linear search algorithm and is, therefore, the more efficient algorithm.

5. Given:

Matrix A is of the form 5 x 4
Matrix B is of the form 4 x 2
Matrix C is of the form 2 x 5

B x C x A has the form 5 x 5.


6. A Tautology is always true except when null sets are involved.

 

7. Given: A = {0,4,6,9,10} and B = {0,6,7,9,12}.

The Cartesian Product of A and B contains 25 valid elements since {0,0}, the NULL SET, is included in the total.

8. The cardinality of the power set {NULL, a, {NULL}, {{NULL}}} is 3. Note: {NULL} indicates the null (empty) set.

9. The matrix MEET is functionally the same as a matrix AND.

10. Using Relations f and g, it is possible that that fog = gof in most cases.

12. Using Set Identities, we can deduce that:

NOT A AND B = A OR NOT B.

13. Log(Base10)100 = 2; log 100(Base2) = 9.96

14. To be invertible, the involved functions must map one-to-one and onto.

PART B

SHOW ALL WORK (within reason) in intermediate steps. Solutions without intermediate work will be graded as zero.

Clearly identify each answer.

1. Define A*B where:

A = | 3 -3 6 | B = | 6 1 |
| 0 4 2 | | 0 -5 |
| 0 3 |

2. Given A and B

A = | 1 0 1 | B = | 1 1 0 |
| 1 1 0 | | 0 1 1 |
| 0 1 0 | | 1 1 0 |

Determine:

A). A MEET B

B). A JOIN B

3. Given A = -2*x^3 - 5x where x = (-0.3, 0, 0.3, 1.4). Determine:

a. CEILING A

b. FLOOR A

4. Define the "Big O" function of:

F(x) = 4x*log(x^2 + 7) + 5*[(4 + x^5) * log(x^7)+ 12]

5. Define the value of:

a) SIGMA (2*i)
where i has the range i = 0 to 3.

b) PI (k + 4)
where k has the range k = 0 to 3.

6. Define the values in the double sigma expression:

SIGMA1 SIGMA2 (3*i*j)

where SIGMA1 has the range of j= 0 to 3, and
where SIGMA2 has the range of i= 1 to 3.

7. Let A = (a,b,c,e,f,g,k) and B = (a,b,c,e,h,i,j). Determine:

a) A INT B

b) B - A

c) A - B

8. Let g be a function from the set G = {1,2,3,...34,35,36). Let f be a function from the set F = {1,2,3,...34,35,36}. Set G and F contain 36 identical elements (a - z and 0 - 9). A partial representation of the G and F relationships are:
g(1) = 26, g(2) = 17, g(3) = 22, and
f(6) = 1, f(9) = 3, f(11) = 2.
Assume a 1:1 and onto relationship. Determine:

a. fog

b. gof


9. Given f(w) = 2, f(x) = 5, f(y) = 2, f(z) = 3. What is the inverse function of 5? That is, f-1(5) = ?

10. Assume that the Basis Step for the sum of the first n ODD Integers is n^2. Develop a table of at least six examples to show this assumption seems to be true. Hint: Follow the process used in previous ECRs.

11. Assume n is a very large value. List the following elements in ascending order:

{(n log n^2), 2^n, log 20, 120, log 10, (n^2 log n^2) }

12. Define the value of:

PI SIGMA 3*k*j

where SIGMA has the range k =0 to 4, and where PI has the range j = 0 to 3.

A.What is the best order to form the product ABCD if A, B, C and D are matrices with dimensions 15 x 25, 25 x 30, 30 x 20, and 20 x 15, respectively. Show your work! Limit your answer to the four alternatives listed below:

a) [( A * B ) * C ] * D

b) (A * B ) * ( C * D )

c) A * [ B * (C * D ) ]

d) [( C * D) * A ] * B

B.

Solve for Computer Time Used when:

Problem size: n = 10^2

Bit operations used: n^3 log n

Processor speed: 10^10 operations/sec

 

Reference no: EM13346988

Questions Cloud

Managing ashland multicomm services1 hint let pi 002 as : managing ashland multicomm services1. hint let pi 0.02 as shown in the table for no free premium channels.a. px lt 3
Adsorption and membrane processeszeolites are used to : adsorption and membrane processeszeolites are used to adsorb a wide range of solutes from vapour and gas streams. what
Question 1part 1 conditional logicconditional logic is used : question 1part 1 conditional logicconditional logic is used within your application to make decisions during the
Question 1 turkish air is expected to pay a 200 dividend at : question 1 turkish air is expected to pay a 2.00 dividend at the end of this year. if you expect turkish airs dividend
Question 1let a be a 4x4 matrix composed of all 0slet b be : question 1let a be a 4x4 matrix composed of all 0s.let b be a 4x4 matrix composed of all 1s. 1. a nand b all
Question 1write the selection sort algorithm as a template : question 1write the selection sort algorithm as a template function using the less than operator to compare two
Create a very simple order system as a web application the : create a very simple order system as a web application. the application allows users to view the order and products
Write a paper on historical trends of managementreport : write a paper on historical trends of management.report inhibits1.introductionthe leaders and managers of any
An experiment was carried out to calculate forces acting in : an experiment was carried out to calculate forces acting in two members of a pin-jointed framework due to different

Reviews

Write a Review

Computer Engineering Questions & Answers

  While running snort ids why may there be no alerts

While running Snort IDS why may there be no alerts

  Drawing out all full binary trees of vertices

A binary tree is full if all of its vertices have either zero or two children. Let Bn denote the number of full binary trees with n vertices. By drawing out all full binary trees with 3, 5, and 7 vertices, determine the exact values of B3 , B5 , and ..

  What is the value displayed by system.out.println statement

What is the value displayed by the System.out.println statement?

  Determining the sample rate

Find the appropriate values of the sampling rate fs, the quantizing level L, and the binary digits n, assuming fM = 3.2 kHz.

  Developing the lan network for a company

You have been asked to develop a LAN with operation over the distance of around 100m. Compare and contrast the twisted pair cable, fiber-optics, and wireless for this application.

  How to write a python program

design a Python program that would prompt the user for the number of employees to be entered, and then prompt for employee name, followed by wage, followed by hours worked.

  Write down a c program that accepts a name

Write a C program that accepts a name as first name last name and then shows the name as last name, first name.

  Show an appropriate message regarding the bonus

show an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges.

  Write down a select statement that lists the studentid

I have tried there two queries, but I am told that I am not doing something right. Here are the criteria I used to write the queries and my current answers.

  Give promising technology for the effective automation

Web services are emerging as a promising technology for the effective automation of inter-organizational interactions. How do you see you company being involved in Web Services in the future.

  Define working with database tables

For this assignment, you would create a Visual Basic.NET application based on the skills and concepts used in IP2. In this exercise, you will create a solution that works with two tables having a Master/Detail relationship.

  What do you mean by the tip

"How to Use JavaScript to Liven up your Web site, how to protect users whose browsers will not load JavaScript. What is the tip? would Web site designers write JavaScript code so all browsers can use it? Why?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd