jean-jacques

39 Reputation

10 Badges

13 years, 65 days

MaplePrimes Activity


These are questions asked by jean-jacques

Dear members,

I would like to generate a tree (the simplest "stage tree"that I have in mind is in the attached file) ad to work with it. For that I need to  "replicate" [the stage tree which starts in O (with some value R)] after the nodes x2, y2, z2. The nodes x1, y1, z1 are terminal (with values f(R), g(R), h(R) ).

I found soemthing on the posts on mapleprimes, but it is only bor "binarytrees".

How may I proceed?.

 

I really...

Hello,

After using the following command

 

print(plots:-display(%,%%)):

 

I generate a graphic. This graphic is possible to export as JPEG format using the mouse (selecting the option to "export").

Nevertheless, I would like to export (in JPEG format) this graphic (plot) using commands of Maple. How could I do that?

 

Thanks a lot for your attention,

 

Jean-Jacques

 

m1:= [[1, 2, 3], [ 4, 5, 6], [7, 8, 9]]:

m2:= [[2, 2, 3], [ 4, 5, 6], [7, 8, 9]]:
latex(Matrix(m1));
latex(Matrix(m2));



Hello,

Given my commands (above), I would like to save the output of

latext(Matrix(m1))

as

m1.tex

in the directory "c:\users\desktop\work"

 

and the ouput of

latex(Matrix(m2));

as m2.tex

in the directory "c:\users\desktop\work",

How could I do that?

Hello,

I do want to export as  LATEX input (displaying only 3 digits) my matrix "tableau".

After using

latex(  evalf(tableau),   3 )

I get too many decimals. What should I do to send as latex input only 3 decimals. My commands are below and my worksheet attached.

Thanks in advance for any help,

 

Jean-Jacques

 

 

restart:
f1 :=  (w1, w2,n) -> add(add(

Hello,

It is obvious why my command

interface(precision=3) 

is not working?. I get 10 decimals(commands below and output in attached file).

I hope it is easy to fix.

 

Kindest regardsSSSzzzz

 

Jean-Jacques



restart:
f1 :=  (w1, w2,n) -> add(add(
 `if` (1/2 <= w1+j*w2+((1/n)*(1-w1-w2))*k and
j*w2 +((1/n)*(1-w1-w2))*k < 1/2 ,
(1/((n+1)*(n+2)))*factorial(k+j...

1 2 3 4 5 6 7 Page 1 of 7