lemelinm

1450 Reputation

15 Badges

17 years, 151 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

Hi everybody,

Like the title said, I have a DC circuit (*.msim attach here).  In two differents ways, I find the current in R3 to be equal to -1A (*.mw attach here).  The M17 file is in french but the equations speak for themselfs.  Can someone help me to sort this problem out.

problème_5-4.msim

Solution_5-4.mw

Thank you in advance for your help.

Hello to all,

 

I have a chunk of letters, numbers and others symbols like in this extract:

.....XRIH*zAv/(z*Bf3)+3*AkQ4xBpTbCYJVq6qCRRUYJy1aBvSjuQXp+zr6kmMEuNR+9*u9zugTalYwXJA*mBhaiM+8*WrkyyflSAs0JssjHLArZ+l5M1sWtcMznmkmu1+NmmSb7dsacr3qJkzQH*dE3yQlI0Ly2RGa1*Yr/ZlvZFCwCiQyVTQ2GflsnOBZTf05W4Ul35uZMHFxhy1tipPyK+iHfus/mJVhEeluq9vtVzEzwbPWav+w11/ii14f78yXqsqH+XU2m....

My goal is to be able to enter that chunk into Maple for character manipulation like searching if, for example, Qxp+zr6km is part of that chunk as is (and if possible his location).  Since there is some "+", I can't define it with chunk :=.  The source is a *.txt file.  Maybe a readdata?

I am quite busy for the moment so is there someone kind enough to help me.

Thanks in advance

Hi all,

I've been using Copernic Desktop Search for a long time now.  It's the perfect tool for me when I want to find files that contain specific words.  But now that I have more than 1 gig of files with extension *.mw (and all the others that come with other version of Maple), I am in the need to find a way to search in thoses files.

Hi,

Below, you will see a serie that I would like to obtain in Maple.  Any way I trie I am stick with Pi.  Any ideas?

Thanks in advance.

 

--------------------------------------
Mario Lemelin
messagerie : mario.lemelin@cgocable.ca
téléphone :  (819) 376-0987
I have
>a*x^2-(b+a)*x+b;
right-click the expression and choose Explore.  Skip "x" so we have two sliders (a and b)
Select a=-2 and b=0.  In the Math component, you will have
a*x^2-(b+a)*x+b =-2*x^2+2*x
Now, under the two sliders, I add a PLots component.  My wish is to plot the rhs(%Math). 
 In the plot component properties, I edit the "Action when clicked" and write
 Do(%Plot0=plot(ths(%Math),x=-2..2));
First 6 7 8 9 10 11 12 Last Page 8 of 20