mehdi jafari

774 Reputation

13 Badges

12 years, 96 days

MaplePrimes Activity


These are questions asked by mehdi jafari

i have started using maple toolbox on MATLAB and i have alot of questions...
first of all, why there is not a good document for using maple toolbox on matlab ? how commands should be use and so on?
MY FIRST QUESTION : can we increase number of digits for using solve or fsolve command in maple toolbox on matlab?
MY SECOND QUESTION : when using maple toolbox, the output is displayed just like when using 'pretty print' command, can we deactivate this option ?
for example, i used fsolve , and want output and the calculations be done using 50 Digits, but it does not ! :(

hi every one,i want to create some kind of numbering for index, how can i generate them using "seq" command or "for loop" ?
 

restart; with(LinearAlgebra):

 

for i to 3 do
for j to 3 do
N[i||j];print(%);od:od:

N[i1]

 

N[i2]

 

N[i3]

 

N[i1]

 

N[i2]

 

N[i3]

 

N[i1]

 

N[i2]

 

N[i3]

(1)

# i want to create the below numbers, how can i do this using for loop or seq command ?

N[11]

N[11]

(2)

N[12]

N[12]

(3)

N[13]

N[13]

(4)

N[21]

N[21]

(5)

 


 

Download problem.mw

i have a problem with readstat, when using proc , the readstat command returns some errors and do not complete the reading procedure, but without using proc, it is ok, what should i do ? is this a bug?
 

Download read.mw

hi every one, i want to plot an indefinite integral  , it is some what complex and maple can not compute the answer, ( but numeric integration can be computed) , but we want to plot the output, what should we do ? tnx for help in advance

corrected.mw

how can we compute wighted norm of a matrix or a vector in maple? 

First 11 12 13 14 15 16 17 Last Page 13 of 25