Solve command output help

How to I have the solve command output the answer with the algebra done?

Answers (1)

Use the vpa funciton to get a numeric (decimal fraction) result.
For example —
x = vpa(x)
.

Asked:

on 28 Mar 2021

Answered:

on 28 Mar 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!