

InterviewSolution
Saved Bookmarks
1. |
What is the syntax to solve simultaneous equations easily?(a) solve[“equation-1”,”equation-2”];(b) sol[“equation-1” “equation-2”];(c) sol[‘equation-1’‘equation-2’];(d) solve[‘equation-1’,‘equation-2’];The question was posed to me in a national level competition.Query is from Solving Equations in chapter MATLAB Basics of MATLAB |
Answer» The correct option is (d) solve[‘equation-1’,‘equation-2’]; |
|