Question: In exploring when number are come out are too long How make them shorted?

When i want reploting with the parameter i make them shorter by hand, make a problem for me and give me the same graph how fixed this problem? there is any code write in begind and give me all number about 2 decimal?

restart

K := [alpha = .33101604, theta = -2.54098361, mu = 4.89071038, k = 5.0, A[1] = 2.70491803, a = 3.63387978]

[alpha = .33101604, theta = -2.54098361, mu = 4.89071038, k = 5.0, A[1] = 2.70491803, a = 3.63387978]

(1)

MapleTA:-Builtin:-decimal(2, 20.8571)

20.86

(2)

MapleTA:-Builtin:-decimal(2, K)

Error, (in MapleTA:-Builtin:-decimal) invalid input: round expects its 1st argument, a1, to be of type algebraic, but received [100*(alpha = .33101604), 100*(theta = -2.54098361), 100*(mu = 4.89071038), 100*(k = 5.0), 100*(A[1] = 2.70491803), 100*(a = 3.63387978)]

 
 

NULL

Download decimal.mw

Please Wait...