maple2015

140 Reputation

7 Badges

9 years, 244 days

MaplePrimes Activity


These are questions asked by maple2015

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);

Hi

I need a command for adding screentip to maple textbox.When user select textbox field, a comment appear and guide him to write correct format of algebric expression, e.g. when user writes 2sin(x) the format scanner can't specify 2 from 2sin, and user must write 2*sin(x) instead of 2sin(x).

I want explain these hints with screentip.

 

Hi

I need a command or code to display numerical amount of parameter (i) in below textbox

e.g. display Element 2 instead of Element i when i is equal to 2

First 10 11 12 Page 12 of 12