MaplePrimes Questions

I have been stuggling with this for a few hours. I have my function 4x^2+9y^2. I have my point (2,1,25). I found my gradient to be 16i+18j. I want to plot the level curve that contains the point (2,1,25) and the gradient together. 

I know how to graph multiple level curves but not one.

Thank you in advanced!

How to pdsolve(diff( f(a,b), a+b) = diff( f(a,b),a))?

My personal edition of Maple 2020 throws java-lang-thread for every plot3d. No further output is provided by Maple. How can I further troubleshoot this?

Dave

I am trying to use the command FileTools[Text][ReadFile] to import the contents of a text file as a string in maple, but I want to be able to identify when line breaks occur, instead of the white space that I get.

Is this possible?

Recently i'm noticing that mathematica is basically a mind-reader with their FullSimplify function, whereas maple even with simple expressions does not show what I would consider optimal (I agree this will be somewhat subjective).

Here is a trivial example:
ex1:=(2*sqrt(N__s) + N__s + 1)/(2*N__s + 2);

none of these are any help
simplify(ex1);
simplify(ex1, size);
simplify(ex1, symbolic);
simplify(ex1, sqrt);
simplify(ex1, sqrt, symbolic);

The ideal expression I would like to see here is:
1/2 + sqrt(N__s)/(N__s + 1)

Am I doing it all wrong (suppose I don't know of this simple form beforehand)?

Mathematica gets it right - see the following screenshot:

I'm finding this a lot... especially when hyperbolic functions and sqrt's are involved ("symbolic" option helps sometimes, but often the expressions are still not what I would consider "simplifed").

Why do I get an error when using this:/// during readin of a xml attachment in Maple workbook?

Exceltools Import works without problems.

ReadXML.zip

Is there any programming or package to solve my problem. I am poor in programming. 

Thanks sincerely!

 

Hello,

I am trying to solve some coupled equations. however, I keep getting the error ' invalid subscript selector.

Does anybody have any solution for this?

here is the file : -

error.mw

 

Thanks !

Regards,

Mota

I am so sorry for all of the questions. I am getting extremely frustrated with Maple. 

I want to plot a 3D rendering of 4x^2+9y^2 but I want the full paraboloid to show. However, all I keep getting is cut off versions.

 

In some coordinate systems availiable in the plot command, there are constants specified symbollically, for example,for logarithmic, the constant "a" is specified (see ?coords help page) is there a simple way to retreve the numerical value for these transformation parameters, or does it need to be obtained by appropriate manipulation of the data set?

how can I obtain the corresponding polynomial for a  propositional formula ?

I must say that using the help for this package is not intuiative. ( in general for all )
Once on a page for command i can't  go back to the home page where the mainpage is for the package
Example i was doing something with gradient command and try figure out how to make a function out of it
 

At the examples nothing to find about this .. via contectpanel : evalVF (evaluate vectorfield)
So i want to look at the eval command in the student vectorcalculus package 
This could be easy if there was a button to see all commands ( a home button) on the gradient page

Now i must type in help again .. 
evalVF gives a column vector notation , but mixing both notations ? ( as vector , as column vector)  
 

 

gf := Gradient(exp(x*y^3*z^2))   

 

This i can evaluate via contectpanel for  f(x,y,z)  in a point and as output a colomn vector 

Making a vectorfunction for gf is not possible via contectpanel ? , or do i miss something

Note: perhaps showing the package commands in the working document is a idea 
   

buy := proc(ss,windowlength,syseq1,syseq2a,syseq2b)
try:
p := dualaxisplot(listplot(ma, color = red), listplot(me, color = blue), style = line, gridlines = false);
catch:
p := dualaxisplot(listplot(me, color = red), listplot(me, color = blue), style = line, gridlines = false);
end try:
return p:
end proc:


CheckGraph := proc(text,graphparam1,graphparam2)
  local maplet, choice:
  maplet := Maplet(
    [
      [Plotter['PL1'](graphparam1)],
      [Plotter['PL2'](graphparam2)],
      #[Plotter['PL2'](graphparam2)],
      [text, ComboBox['CoB1']("No Refund", sort(["Jackpot"], lexorder))],
      [Button("OK", Shutdown(['CoB1'])), Button("Cancel", Shutdown())]
    ],
  ):
  choice := Maplets[Display](maplet):
end proc:

graph1 := buy(0,100,rhs(sol[parse(result1[1])][1]),rhs(sol[1][1]),rhs(sol[2][1]));

>graph1
can show graph but after using Plotter['PL1'] , it can not show graph in dialog

CheckGraph("Has Jackpot?",graph1,graph2):

 

how to plot dualaxisplot in dialog?

I would like to factor an algebraic expression that contains exponentials.
Maple spits it back unfactored. Did I enter it wrong?

factor(exp(4*y) + 2*exp(2*y) + 1);

First 504 505 506 507 508 509 510 Last Page 506 of 2431