What does this mean?

1 view (last 30 days)
jpmontoya
jpmontoya on 25 Jan 2020
Edited: KALYAN ACHARJYA on 25 Jan 2020
Hi everybody.
I just used fsolve to get the roots (x,y) of a system of equations. In the command window i got this:
Matlab window.jpg
What does it mean? What are the values of x and y?
Thanks in advance.

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 25 Jan 2020
Edited: KALYAN ACHARJYA on 25 Jan 2020
1.0e+04 means 1.0 x10 to the power +4
>> 1.0e+04
ans =
10000
>>
This number is multiply with lower both number in your example

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!