maple2015

135 Reputation

7 Badges

8 years, 235 days

MaplePrimes Activity


These are questions asked by maple2015

Hi

I need to display amounts of M2 and 1.15*P2 instead of Notations

TEXT([M2,1.15*P2],'`(M2,1.15P2)`

 

I Need eliminate u(t) in Matrix U
How can I do it directly from dsolve without using string tools?

 

 

Hi

I have a Maple file which contains many proc loops and functions.

I need a linkage between some files to read the requested functions from source file and export calculations to another file.

Is it possible?

Hi

I need sort data of an imported matrix to ordered pairs.

'M' is a matrix with 2 columns and unknown numbers of row.

 

with(LinearAlgebra):

M := RandomMatrix(12, 2);

pairs := [M[1], M[2], ... , M[numelems(DeleteColumn(M, [1]))]];

with(CurveFitting):

PolynomialInterpolation(pairs, x);

First 9 10 11 12 Page 11 of 12