abdgafartunde

20 Reputation

One Badge

4 years, 325 days

MaplePrimes Activity


These are questions asked by abdgafartunde

I am trying to write maple program for Gauss Siedel method. I needed two for loop. One for running the iterative method and the other for checking where (the number of iteration required) the results converge.

Please, I need help. 

 

Thanks. 

Dear,

I need to attach CPU time to my iterations/Computations, please how do I obtain that in Maple. I tried 

a:=time () 

Iterations code

cputime:=time() -a; 

 

But the issue is that once I rerun the code, It produces different cpu time, kindly help me out here. 

 

Thank you.

I am solving some system of linear equations using fsolve(), I will like to obtain my answers without the attached label, i.e. instead of saying {x=2, y = 3} I need my result to be {2,3} because I need reuse the result. Please, help. Thanks.

I performed an iteration of over 300 using for loop, how can I label each of the output? Please help... 

Page 1 of 1