solve - lost-contact.mit.edu
lost-contact.mit.edu › R2016b › symbolicS = solve (eqn,var) solves the equation eqn for the variable var . If you do not specify var, the symvar function determines the variable to solve for. For example, solve (x + 1 == 2, x) solves the equation x + 1 = 2 for x. example S = solve (eqn,var,Name,Value) uses additional options specified by one or more Name,Value pair arguments. example
Equations and systems solver - MATLAB solve
www.mathworks.com › help › symbolicV = vpasolve (eqn,x, [0 2]) V = Solve Multivariate Equations and Assign Outputs to Structure When solving for multiple variables, it can be more convenient to store the outputs in a structure array than in separate variables. The solve function returns a structure when you specify a single output argument and multiple outputs exist.