mehdi jafari

769 Reputation

13 Badges

11 years, 274 days

MaplePrimes Activity


These are questions asked by mehdi jafari

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? 

on the basis of Fundamental theorem of calculus, the function " f " has Antiderivative F , whichi F is continuous and differentiabe in the range of integration, i have a question ? if function f has an Antiderivative F, should it be also continuous and differentiabe in that range? in the picture below it says "when f is continuous", can f be discontinuous? how it can be ? any examples?

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