Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

If you try and scroll a page up or down, it just selects the content.  How hard would it be to fix this?

I use Maple on a Surface Pro 4 tablet and the math input panel does not work with Maple.  This would be a great feature to have.  Or does anybody know how to get it working?

Why can't I sub both values at the same time and/or why does k stay symbolic but not d?

how i tackle an bvp ode,derivative involve in bcs.i want to solve by dsolve comand or by using Rk meethod.i am attaching the maple sheet,ode wrrten in attached maple sheet

thank you  

restart

NULL

NULL

NULL

``

``

 few boundary conditions: expected 7, got 2

 

``

NULL


Download kummer_sol.mwkummer_sol.mw

restart

NULL

NULL

NULL

``

``

Error, (in dsolve/numeric/bvp/convertsys) too few boundary conditions: expected 7, got 2

 

``

NULL


Download kummer_sol.mw

Hello awesome maple people

I have the following Matrix

R := Matrix([[1, -2, 2, 6, -6], [2, -3, 4, 9, -8]])

then i do

ReducedRowEchelonForm(R);

and i get an output, but is there any way to get it to give me the output in Parametric form?

Like this https://snag.gy/BQniuR.jpg

Thanks in advance :)

 

 


Hello Dr/Prof?sir?madam

i have problem on running the ode bcs

there is cos n sine in ther ode

any idea to solve this ?

i have attched it

thnks
Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/Sc.mw .

Download Sc.mw

I created a new Document with a single command:

A=1

Then I right-clicked on the command and chose Explore from the context menu and then clicked on the Explore button in the dialog box. A rectangle with a slider appeared. So far so good.  However, I cannot delete the rectangle from my Document. I tried to select the rectangle and press Delete, Ctrl+Delete, and to right-click on it and choose Cut from the menu. Nothing works.

If I select both the rectangle and the command A=1 all the three actions described above also fail to delete anything.

Help will be appreciated.

Using Maple 2016, I created a new Document with one line:

A=(1,2,3)

Right-clicking on this expression I thought I could choose Assign to a Name, as is done in Clickable Calculus Series - Part 3: Multivariate Calculus, found here:

https://www.youtube.com/watch?v=GYN-GetHRFA

However, Assign to a Name does not appear in the context menu.

On the other hand, if I write

B=1,2,3

(with no parentheses) and right-click on this expression then Assign to a Name does appear in the context menu.

Any insights on this?

Thanks. 

When doing numerical calculations or evaluations it is very useful to have float results shown in numeric notation, where the exponent is 3 * n.

Below are some simple calculations:

Is there a way to make Maple show the resultin (1) .. (3) as:

  • 333.3 106
  • 333.3 103
  • 333.3 100 or just 333.3

 

sorry what is what dispatch and implementing what? i get these every week for a number of cases sometimes it specifies that it is an "unhandled psi case" still waiting on that built in proc u guys where gonna dispatch like u know the reasons ppl always have a whinge about evalf not working in some cases  anyway a few people have run into these error id say.

yes its just one inbuilt function i really need to study in particular, if someone can help me to do this pls.

Hello everyone,

I have to store real-number matrixes into .mla files. Usually, I do it by using “save”, namely:

save Hi, “Hi.mla”

where i denotes is the i-th matrix I want to save. The problem is, I have to write manually :

save H1, “H1.mla” :

save H2, “H2.mla” :

and so on. This is not convenient as the number of matrixes to save is huge. Also, it does not work writing:

for i from 1 to n do

save H[i], “H[i].mla”

od

Any idea of what could be done? Thank you in advance.

Hi everyone,

For my first question, I am looking for some help about the following. I have the opportunity to run a worksheet in parallel on a cluster of sixteen workstations, each one endowed with twelve CPUs, through the GRID Computing Toolbox. However, I have troubles concerning how to do that.

I join the worksheet at issue: abmm_ma_1.mw The aim is to run large-scale numerical simulations of a dynamic system, depending on the values given to the initial conditions and to the parameters. The worksheet is organized in four execution groups:

  1. The required packages (combinat and LinearAlgebra).
  2. Calibration of the parameters and initial conditions.
  3. The system, which is embedded into a procedure called SIM.
  4. The activation of SIM, whose outputs are nine .mla files, each one being made of a real-number matrix.

The truth is, I do not clearly see how to modify the worksheet with some elements of the GRID package. Besides, the cluster operates under HTCondor so that running the worksheet requires beforehand the creation of a .sub file. This should be done in consistency with the aforesaid modification.

Any help is welcome, thanks a lot.

 

Hello,

The following problem works if i = j.   I need help to fix this problem for i ≠ j.  Thanks

A := [1, 2, 3, 4, 5];

B := [a, b, c, d];

seq([A[i], B[j]], i = 1 .. 5, j = 1 .. 4);
Error, invalid input: seq expects its 3rd argument, step, to be of type numeric, but received j = 1 .. 4

First 1069 1070 1071 1072 1073 1074 1075 Last Page 1071 of 2224