Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hello. how can i solve this integral. thank you

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.

 

 

While preparing for a recent webinar, I ran across something that didn't behave the same way in Maple 2017 as it did in previous releases. In particular, it was the failure of the over-dot notation for t-derivatives to display with the over-dot. Turns out that this is due to a change in behavior of typesetting that was detailed in the What's New page for Maple 2017, a page I had looked at many times in the last few months, but apparently didn't comprehend fully. The details are below.

Prior to Maple 2017, under the aegis of extended typesetting, the following two lines of code would alert Maple that the over-dot notation for t-derivatives should be used in the output display.

However, this changed in Maple 2017. Extended typesetting is now the default, but these two lines of code are no longer sufficient to induce Maple to display the over-dot in output. Indeed, we would now have

as output. The change is documented in the following paragraph

lifted from the help page 

Thus, it now takes the additional command

to induce Maple to display the over-dot notation in output.

I must confess that, even though I pored over the "What's New" pages for Maple 2017, I completely missed the import of this change to typesetting. I stumbled over the issue while preparing for an upcoming webinar, and frantically sent out help calls to the developers back in the building. Fortunately, I was quickly set straight on the matter, but was disappointed in my own reading of all the implications of the typesetting changes in Maple 2017. So perhaps this note will alert other users to the changes, and to the help page wherein one finds those essential bits of information needed to complete the tasks we set for ourselves.

And one more thing - I was cautioned that the "= true" was essential. Without it, the command would act as a query, echoing the present state of the setting, and not making the desired change to the setting.
 

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. 

   It’s that time of year again for the University of Waterloo’s Submarine Racing Team – international competitions for their WatSub are set to soon begin. With a new submarine design in place, they’re getting ready to suit up, dive in, and race against university teams from around the world.

 

   The WatSub team has come a long way from its roots in a 2014 engineering project. Growing to over 100 members, students have designed and redesigned their submarine in efforts to shave time off their race numbers while maintaining the required safety and performance standards. Their submarine – “Bolt,” as it’s named – was officially unveiled for the 2017 season on Thursday, June 1st.

 

 

   As the WatSub team says, "Everything is simple, until you go underwater."

 

 

    Designing a working submarine is no easy task, and that’s before you even think about all the details involved. Bolt needs to accommodate a pilot, be transported around the world, and cut through the water with speed, to name a few of the requirements if the WatSub team is to be a serious competitor.

 

    To help squeeze even more performance out of their design, the team has been using Maple to fine tune and optimize some of their most important structural components. At Maplesoft, we’ve been excited to maintain our sponsorship of the WatSub team as they continue to find new ways to push Bolt’s performance even further.

 

 

   The 2017 design unveiling on June 1st. After adding decals and final touches, Bolt will soon be ready to race.

 

   This year, the WatSub team has given their sub a whole new design, machining new body parts, optimizing the weight distribution of their gearbox, and installing a redesigned propeller system. Using Maple, they could go deep into design trade-offs early, and come away knowing the optimal gearbox design for their submarine.

 

   In just over a month, the WatSub team will take Bolt across the pond and compete in the European International Submarine Races (eISR). Many teams competing have been in existence for well over a decade, but the leaps and strides taken by the WatSub team have made them a serious competitor for this year.

  Best of luck to the WatSub team and their submarine, Bolt – we’re all rooting for you!

In the below calculations, I get some solutions after solving the system. I am not sure if this is done assuming that all the values that are under the radicals are positive or indeed they are positive without further assumptions. I mean can I be sure that each given set of solution is a feasible solution? I suspect that Maple may ignore the assumptions sometimes.  

Please, can someone give me a hand? I can not understand why in the first case the collect command does not work while the second one works correctly. Many thanks for your attention.trasformaziione_equazioni1.mw
 

esp1 := -a^4+a^2*c^2

-a^4+a^2*c^2

(1)

esp2 := collect(esp1, a^2);

This, apparently, does not work properly

-a^4+a^2*c^2

(2)

esp3 := collect(-a^4+a^2*c^2, a^2);

-a^4+a^2*c^2

(3)

esp11 := -a^2*x^2-a^2*y^2+c^2*x^2

-a^2*x^2-a^2*y^2+c^2*x^2

(4)

esp12 := collect(esp11, x^2);

(-a^2+c^2)*x^2-a^2*y^2

(5)

``


 

Download trasformaziione_equazioni1.mw

 

The following are the equation and plot3d of the minimal surface named Catalan:

Catalan := [alpha-sin(alpha)*cosh(beta), 1-cos(alpha)*cosh(beta), 4*sin((1/2)*alpha)*sinh((1/2)*beta)]
plot3d(Catalan, alpha = 0 .. 2*Pi, beta = -3 .. 3, scaling = constrained, title = "Catalan's surface", titlefont = [Courier, bold, 14])

I would like to color and thicken the edge of this surface to emphasize what I presume is the wire which frames the soap film which forms the surface.

Contourplot3d only shows contours at constant values of the z coordinate, however the plot3d display with style option "surface with line" clearly shows the surface's edge contour, among others.

Given the surface equation, is there any way to display the surface edge programmatically e.g. as a spacecurve? 

First 947 948 949 950 951 952 953 Last Page 949 of 2215