zippon

55 Reputation

6 Badges

13 years, 135 days

MaplePrimes Activity


These are questions asked by zippon

In a "If" conditional statement, maple returns

Error, cannot determine if this expression is true or false: 1.551691464 < (5/6)*Pi

In the following task procedure, when i>1, it works well,but if i=1, the task(M,1,5) returns error

restart

The "ExcelTools" seems can work based on Excel 2003 format,which can only support 2^16 rows.Excel 2010 format cantains much more rows and columns. So I want to know when maple can support Excel 2010?

This piece of code returns a vector 'Sinrdensity' with identity entries. what's wrong with it?

restart;
sinrvalue := [seq(10^((1/10)*i), i = -15 .. 25, .5)];

Sinrdensity := Matrix(1, nops(sinrvalue), 0);

task := proc (sinrdensity, initialpoint, endpoint)

local bft, Theta, bound, value;

for value from initialpoint to endpoint do

bft := unapply(1/(1+I*t), t);

for Theta from 0 to 10^10 while is(0.1e-1 <= evalf(abs(bft(2^Theta...

1 2 3 4 Page 1 of 4