lemelinm

1545 Reputation

15 Badges

19 years, 267 days

 

 

--------------------------------------
Mario Lemelin
Maple 14.00 Win 7 64 bits
Maple 14.00 Ubuntu 10,04 64 bits
messagerie : mario.lemelin@cgocable.ca téléphone :  (819) 376-0987

MaplePrimes Activity


These are questions asked by lemelinm

I want to load some specific constants at the beginning of my document. I load the ScientificConstants package first. Then I use a list of names of the constants I need. But the assignation in the loop does not work. Only the value and the units appear in the list, but they are not assigned to the letter. See the document included for more details.   Using_the_constants_.mw

Thank you in advance for your help

Mario

The_Bohrs_Model_-_MaplePrimes.mw

Look at the equation (11) in the Maple's document. I would like to force Maple to let the variable "r" inside the squared root so to get the equation (12). Any idea of doing that?  Thank you in advance for your help.

restart;

with(Physics);
with(Vectors);

Given

Ket(i) = alpha*Ket(u) + beta*Ket(d);
Ket(o) = gamma*Ket(u) + delta*Ket(d);
and using

<o|u><u|o> =1/(2)
<o|d><d|o> =1/(2)

 <i|d><d|i> =1/(2);
 <i|u><i|o> =1/(2);

Prove that
                     "alpha^*alpha = 1/2"

and the same for the rest of the unknowns

If you could help me start using them because later I will have a lot to check.

Thank you in advance for your help.

Mario

>FunctionAdvisor(Zeta)

Then go to the plot section. I would like to see the commands that were used (complexplot3d I guess) to plot the first Zeta Riemann function in 3-d. Usually, you go to the cell where you se the output that you are interested in. Then you right-click and choose properties of the Array. Then you check the "Show input". Then you click OK and you are suppose to see the input that generate the 3-d plot of the Riemann Zeta Function.

But it doesn't happen. So maybe I am doing something wrong. Any idea?

Thank you in advance for your help.

I am sure that this question must be answered. But when I do a search in the "Search" box, I always receive a page where it  is mentioned that there is an error of generating the page.  So this has been the case for more than a month, or maybe more. I don't know why this is happening.  So that is the reason why I ask a question here.

I would like to put an entry in the file maple.ini so that each time I do the command "plot", the size of the plot in the document will be a size=[300,300] in pixels.  That is supposed to give a plot of 8 cm by 8 cm.  So when I print the document, which will be the size of the plot on the printed page.  I want to do that because if I do not modify the size of the plot by default in the document, it takes up too much space in the page.  I want to do it in maple.ini so I don't have to do it manually each time I plot a function.

Thank you in advance for your help.

1 2 3 4 5 6 7 Last Page 1 of 23