| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Using  Matlab

Page history last edited by fares61 13 years, 5 months ago

1. Create two variables by assigning 4 and 5 to x and y. Assign the value of x + y to

the variable z. What two statements do this correctly?

a. 4 = x; 5 = y; x+y = z

b. x = 4; y = 5; z = x+y

c. x = 4; 5 = y; z = x+y

 

2.Determine the values of x,y,and z  for the following set of linear algebraic  equations:

 

Comments (0)

You don't have permission to comment on this page.