adplus-dvertising
frame-decoration

Question

Choose the function to solve the following problem, symbolically, in the easiest way.
3x+y=5 and 2x+3y=7

a.

linsolve(x,y) where x and y are the co-efficient and result matrix respectively

b.

solve(x,y) where x and y are the co-efficient and result matrix respectively

c.

sol(x,y) where x and y are the co-efficient and result matrix respectively

d.

the equations are not solvable

Posted under MATLAB

Answer: (a).linsolve(x,y) where x and y are the co-efficient and result matrix respectively

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose the function to solve the following problem, symbolically, in the easiest way.

Similar Questions

Discover Related MCQs

Q. All matrices are vectors but all vectors are not matrices in MATLAB.

Q. If the dimensions of vectors don’t match, the plot command will always give an error.

Q. What is the name of a primary function?

Q. Predominantly, what are the two kinds of errors in MATLAB programs?

Q. If the program demands evaluation of multiple, only decimal, values of the same function, what is the better way amongst the following?

Q. What are persistent variables?

Q. Variables need to have same name while being passed from the primary function to the sub-function.

Q. Which command can be used for single step execution in debugging mode?

Q. How do we access a global variable in nested functions?

Q. How does MATLAB help in passing function arguments?

Q. Which line is treated as H1 line?

Q. What are the functions to see the graph of a continuous and a discrete function?

Q. If we want to plot matrix arguments, which of the following gets plotted?

Q. To bring the scale of each axis to logarithmically spaced, the student entered ‘semilogx()’. What really happened?

Q. After trying to plot a pie-chart, the student finds that the function he used is rose(). What is the nature of data used by the student if an output graph is generated?

Q. To place a text on the plot using a mouse, the command used is _________

Q. What is the condition on x in bar(x,y)?

Q. If we put bar(x,y,1.2), we will get _____ bars.

Q. A student has to plot a graph of f(x)=t and g(y)=t in the same graph, with t as a parameter. The function he uses is ____

Q. To exhibit time-series or spatial-series data, what kind of diagrams are suitable?