Talaei

10 Reputation

One Badge

6 years, 179 days

MaplePrimes Activity


These are questions asked by Talaei

Hi 
How we can obtain inversion of the high-dimensional matrix (for example 600*600) in maple?
(A fast-time command)
thanks

Hi 
I am trying to expand a function f(t) in terms of fractional power series:
for example please see attached file tree.mw
 

``

restart

f := proc (x) options operator, arrow; exp(x) end proc:

alpha := 1/2:

N := 10:

f_approximate := proc (x) options operator, arrow; sum(a[i]*x^`iα`, i = 0 .. N) end proc


``


 

Download tree.mw

 

thanks 
    

Page 1 of 1