MATLAB: Error

errorsymbolic

i want to solve two non-linear equations in matlab but when i write 'syms' for symbolic objects matlab show an arror "undefined function' i dont know why plz guide me the equations are; x^2*y^2=0 x-y/2-alpha

Best Answer

If syms is showing up as an undefined function, then either you are not licensed for the symbolic toolbox or else you do not have the symbolic toolbox installed.