Consider the following two equations:
X^2+y^2=42
x+3y+2y=6
Define a symbolic equation for each, and solve by using MATLAB's symbalic capability. Could you solve these equations using matrices? Try this problem twice, once using integersin your eqation definitions and once using floating-point numbers (those with devimal points). How do your results vary? Check the workspace window to determine whether the results are symbolic.