MaplePrimes Questions

Why I receive this error:



 

Download Dchange.mw

It is evident that by repeated applications of the double-angle and product trigonometric identities, one may transform any monomial of the form sin(x)^p * cos(y)^q, where p and q are positive integers, to a linear combination of only first powers of sines and cosines.

Example 1:  The monomial  4*sin(x)*cos(y)^2 is equivalent to

 

Example 2: The monomial 16*sin(x)^2*cos(y)^3 is equivalent to             

How does one write a Maple procedure to do that transformation in the general case of sin(x)^p * cos(y)^q?

 

Dear All,

Please, could anyone point me out how to draw the beautiful Apollonian Gasket using Maple?

Thank you.

Very kind wishes,

Wang Zhe

Hello!

I crwated a polyhedron from by grouping vertices to faces, and faces to a shell. My goal is to convert the obtained object into a polyhedron, which behaves similarly as e.g. Archimedean solids generated by Maple. Is it possible? Thank you in advance!

Bests,

Andrzej

hello. how can i solve this integral. thank you

I am building an algebra 1 course for my school, and was wanting to create simple randomly generating practice sets for graphing points / lines / etc.

However, the Sketch answer type doesn't allow for any variable input like the other questions do. Is there a work around? 

Presuming a randomly generated $x and $y, is there any way to check to see if a student has plotted the point ($x, $y)?

I have an update below

I am student, and bought Maple student version 2017 and went through verification and activation with no probems and been using Maple for number of days.

But few days ago, I disconnected my internet service provider, and so now I have no access to the internet from my home PC where I installed Maple (I am writing this from  library)

Now at home, when I start Maple, I get a message saying that my licence will expire in 10 or 9  days or so. I do not understand this messge. Why it comes up now and did not come up before when I had internet access? 

Does one need to be connected to the internet all the time to use Maple? What if one does not have internet access?

I did remove one monitor from my PC also. Do you think Maple detected change in PC (one less monitor) and now it thinks this is new PC? But this makes no sense.

How do I tell Maple I have activated my Maple if I do not have internet access?

Update

After installing Maple 2017.1, now each time I disconnect from the internet, I am not able to start Maple !  I get this error

 

When I connect to the internet and try again, Maple comes up OK and it works. (it does NOT ask me to activate). I have allready activated OK before. This message only comes up when I am not connected to the internet.

This tells me Maple is trying to connect to the internet each time for some reason to verify my installation? But when if I do not want to be connected to the internet and still use Maple?

I never installed beta Maple or anything like this before. What to do to make Maple start without being connected to the internet? I did not change my PC.

 

 

Hello Members,

I've to export some Maple lines to a LaTex file. I used the Maple command "Export as" and I saved the file like a .tex file. But when I open that file, it doesn't work because my LaTex doesn't recognise the package \usepackage{maplestd2e}.

How can I do? I put also my file in the post!

Thank you :)

hi, learners of maple like me, i was handling a project,but i came across this problem,and i began to doubt the accuracy of maple-plot,,,

very simply expression,result3,changing with the parameter f,

i first plot the f from 100 to 5000,

than i need to watch closer,

so i change the define domain of parameter f, plot f from 100 to 1000,  

and the result of plot definitely  differs from the previous one. 

low vally in the first figure (f in the scale of 100-1000),disappears! that's insane...

 

you can see below,

anyone see it, can you give me some clue? i really do not understand this. why ,why why,,

result3 := 3.269235506947450*10^11*sqrt(-1/(0.975698207102e-3*cos(0.19042716640833e-1*f)^2*cos(0.9521358320417e-2*f)^4-0.975698207102e-3*cos(0.19042716640833e-1*f)^2*cos(0.9521358320417e-2*f)^2+5.099915851388520*10^(-8)*cos(0.9521358320417e-2*f)^4-5.099915851388520*10^(-8)*cos(0.9521358320417e-2*f)^2+1.311634114532540*10^12*sin(0.19042716640833e-1*f)*sin(0.9521358320417e-2*f)*cos(0.9521358320417e-2*f)*cos(0.19042716640833e-1*f)+4.405792916762340*10^26*cos(0.19042716640833e-1*f)^2-4.406861706842330*10^26))

326923550694.745*(-1/(0.975698207102e-3*cos(0.19042716640833e-1*f)^2*cos(0.9521358320417e-2*f)^4-0.975698207102e-3*cos(0.19042716640833e-1*f)^2*cos(0.9521358320417e-2*f)^2+0.509991585138852e-7*cos(0.9521358320417e-2*f)^4-0.509991585138852e-7*cos(0.9521358320417e-2*f)^2+1311634114532.54*sin(0.19042716640833e-1*f)*sin(0.9521358320417e-2*f)*cos(0.9521358320417e-2*f)*cos(0.19042716640833e-1*f)+0.440579291676234e27*cos(0.19042716640833e-1*f)^2-0.440686170684233e27))^(1/2)

(1)

plot(result3, f = 100 .. 5000);

 

 

plot(result3, f = 100 .. 1000);

 

 

 

``


 

Download test.mw

 

 

 

doubt.mw

Equation21v2.mw

 

Hi,

When I do the derivation of a summation in order to one single term should not the result come out of the summation in the example attached in the file doubt? for example the derivative should not have yielded Ci and not the summation of Ci because for example if want the derivative in order to y1 it should be only C1 and not the summation of Ci.

 

The same happen when I go to a more complex case like in the file Equation21v2, should the result in the last double summation before T drop the summation over i to NC?

 

Many thanks in advance for your help!


 

Hi,

 

I have a problem of having a problem to solve the following equation with the this error. I found out that it might be due to that I have a differential that is squared and maple could not calculate it as after square root it will have positive and negative. May I know how to overcome this other than changing my equations?

ODE_summarize.mw
 

restart; with(DEtools)

````

sol1 := alpha*(diff(f(y), y, y, y)) = -(1/4)*f(y)*(diff(f(y), y, y))*n+(1/2)*(diff(f(y), y))^2*n-(3/4)*f(y)*(diff(f(y), y, y))+(1/2)*(diff(f(y), y))^2-g(y), diff(g(y), y, y) = -(1/4)*P[r](f(y)*(diff(g(y), y))*n-4*n*(diff(f(y), y))*g(y)+3*f(y)*(diff(g(y), y)))

alpha*(diff(diff(diff(f(y), y), y), y)) = -(1/4)*f(y)*(diff(diff(f(y), y), y))*n+(1/2)*(diff(f(y), y))^2*n-(3/4)*f(y)*(diff(diff(f(y), y), y))+(1/2)*(diff(f(y), y))^2-g(y), diff(diff(g(y), y), y) = -(1/4)*P[r](f(y)*(diff(g(y), y))*n-4*n*(diff(f(y), y))*g(y)+3*f(y)*(diff(g(y), y)))

(1)

bc := (D(f))(y)

(D(f))(y)

(2)

gg := convert(bc, diff)

diff(f(y), y)

(3)

gg1 := limit(gg, y = infinity)

limit(diff(f(y), y), y = infinity)

(4)

gg2 := convert(gg1, D) = 0

limit((D(f))(y), y = infinity) = 0

(5)

gg2

(D(f))(y) = 0

(6)

bc1 := eval(f(y), y = 0) = 0, eval((D(f))(y), y = 0) = 0, convert(gg1, D) = 0, limit(g(y), y = infinity) = 0, eval(g(y), y = 0) = 1

f(0) = 0, (D(f))(0) = 0, limit((D(f))(y), y = infinity) = 0, limit(g(y), y = infinity) = 0, g(0) = 1

(7)

``

odesub1 := eval(eval(sol1, n = .6), P[r] = 0)

alpha*(diff(diff(diff(f(y), y), y), y)) = -.9000000000*f(y)*(diff(diff(f(y), y), y))+.8000000000*(diff(f(y), y))^2-g(y), diff(diff(g(y), y), y) = 0

(8)

sol2 := dsolve({bc1, odesub1}, numeric, [f(y), g(y)], output = operator, continuation = alpha, initmesh = 2400, method = bvp[midrich])

Error, (in dsolve/numeric/bvp/convertsys) unable to convert to an explicit first-order system

 

``


 

 

 

 

 

 

 

 

 

 

Hi Guyz 

I have a problem with a numerical solution.

with the boundary conditions mentioned in the file we want to solve the differential equation numerically and find omega by using the shooting method

numshooting.mw

i want to know how  to save a  a constant of a funcition as a variable.

for example:
eq:=x=1-3*t

i want to save 3 as variable
c:=3

I have a workbook that derives the Cobb-Douglas factor demand functions:

The final formulas (10) and (11) are not in the same format as the formulas in my textbook (by Hal Varian). In fact my last formulas betray no obvious symmetry while Varian's forms do.

Download cobb-douglas.mw

Here is a picture of them scraped from the text.

 

Is it possible to instruct Maple to obtain these forms?

Maple 17 is very exciting so I am hopeful ....

P.

 

Hi everyone,

Instead of writing:

a[1] < b[1] or (a[1] = b[1] and a[2] < b[2]) or (a[1] = b[1] and a[2] = b[2] and a[3] < b[3]) or (a[1] = b[1] and a[2] = b[2] and a[3] = b[3] and a[4] < b[4]) or (a[1] = b[1] and a[2] = b[2] and a[3] = b[3] and a[4] = b[4] and a[5] < b[5])...

Is there a more convenient way to do so? Plus, what if a[1] = b[1] and a[2] = b[2] and ... and a[99] = b[99] and a[100] < b[100]? I do not imagine writhing everything.

Thanks for your help. 

First 969 970 971 972 973 974 975 Last Page 971 of 2428