sakhan

50 Reputation

6 Badges

20 years, 52 days
Attock, Pakistan

MaplePrimes Activity


These are questions asked by sakhan

Attached is my sheet.

On my system if just execute the whole worksheet maple return the last statement's integral un evaluated, however at this point if re-execute the statements from the definition of L2, it looks that maple has evaluated the last statement's integral.

 

What am I missing here, any help?

Regards!!

Strange_beh.mw

Is it possible to pass fortran function to a maple file/procdure so that I can get back the numerical result of integration?

I was thinking like:

I tried to create, for example, helloworld.mpl

Executed the command in my terminal:

 

$ maple helloworld.mpl > output.txt

# executing maple in my terminal is same as doing cmaple.

Now my output.txt has the whole cmaple seesion in it, but I only want "helloworld" in there. How is it possible?

Second If somehow with your help I can remove the extra output from output.txt, and then create a maple procedure as integrator.mpl for integration, how could I pass some input to that integrator.mpl??

 

Regards!!

number10:=`466d06ece998b7a2fb1d464fed2ced7641ddaa3cc31c9941cf110abbf409ed39598005b3399ccfafb61d0315fca0a314be138a9f32503bedac8067f03adbf3575c3b8edc9ba7f537530541ab0f9f3cd04ff50d66f1d559ba520e89a2cb2a83`:

number8:=`315c4eeaa8b5f8bffd11155ea506b56041c6a00c8a08854dd21a4bbde54ce56801d943ba708b8a3574f40c00fff9e00fa1439fd0654327a3bfc860b92f89ee04132ecb9298f5fd2d5e4b45e40ecc3b9d59e9417df7c

I first define

f:=x->convert(x, decimal, hex):

with(Bits):
str1:=convert( `Xor(f(number8), f(number10))`, bytes);

now how can I get back the alphabets, since again use of convert with bytes return the inital argument.

Moreover, I would really appreciate if someone could explain the difference between 

convert(`expr`, bytes)

convert( [expr], bytes)

 

Many regards!!

 

In my maple 16 the following is returning FAIL. Why ? and what is the correct way to do the following.

restart:

assume(n::posint):

is(n^2<=2^n);

 

Regards!

I have a large sheet containing about three proc(). Four symbolic matrices of though small order but with complex values are being imported. There are also some other statements other than mentioned above. I have writing them in text mode.

What could be the possible reasons for connnection lost with maple though I have 4 GB of ram.

 

Thankyou!!!

1 2 3 4 Page 1 of 4