hi all, when i am calculating eigenvalue of 5 by 5 matrix that time i am getting 1.0e+003*, 1.050, 0.0050,0,0,0 as result. what is 1.0e+003* in Matlab? what does * signify? please clarify. Thanks in advance
No products are associated with this question.
You may wish to give the command
format short g
or
format long g
1.0e+003 = 1000
Try in command window.. And no need to worry about this result..
0 Comments