Xoce

0 Reputation

2 Badges

14 years, 84 days

MaplePrimes Activity


These are questions asked by Xoce

I'm using the following function for my project,:

printlevel:=2:for Prc from 2 by 1 to 100 do for B from 2 by 0.5 to 100 do (mf(Prc,B)):=(f(Prc))*(m(Prc,B)) end do end do

Is there any way to be able to sort the answers in ascending order? I tried to use sort, but when I put sort(mf(Prc,B)) it gives me a wrong answer and jumps into Prc=101 and B=20.5.

Also is there any way to put a condition for show only real numbers, without complex numbers?

Is there any way to use the final answer obtained on a previous section/subsection and use it on a different section/subsection on the same file?

Thanks, Jose

Page 1 of 1