MaplePrimes Questions

Hi there!

In Maple 9.5: when programming you were able to ident code using the TAB-key. However in Maple 12 (when not using the classic mode) when programming you have to use the space bar several times, the TAB-key won't work.

Any thoughts?

There is some interesting news in the Business section of today's Kitchener-Waterloo Record newspaper.

Cross-referencing, there is a press release.

i want to read a file from maple and then hav solve it in matlab numberically, can any  one help in this regard

Hey, I am using Maple 11 to numerically solve for coeffiecients in a system of nonlinear equations, and I need to use the solution elsewhere in my procedure, but the return from fsolve looks like: coefficients:={j = -139.55659155625, k = -3.8511665004543} and I can't access the actual numeric values since coefficients[1]; returns: j = -139.55659155625 when all I want is -139.55659155625. I am sure there is a simply solution but I haven't had any luck finding it. Can anyone help me? Thanks Kyle

dear i have very complex problem may it wil easy for somone, i have 36 equations in maple that i have to use in matlab to simulate and the equations have to take som numercal values in matlab, and it has to generate some numerical values while running in a loop. i have used the with code generation option in maple. and it produce a code for matlab.

Hi,

given a n*n Square Matrix (n is known), what is the easiest way to calculate all minors of this matrix ? There is a minor command in LinearAlgebra, but it seems to refer only to the first minor, that are the determinants of the reduced (n-1)*(n-1) Matrix. But I want the minors of a given size, specified by me. An application would be a test of definitness (Sylvester's Criterion). Using Maple13

 

Thanks

Good Afternoon,

Would anyone help on how to assign equations in a list to an index variables in a list. Below is my equations.

Eq := [seq(A[i], i=3..n)] = [seq(M[i -1]*a/(6*E*Ipile) + 2*M[i]*a / (3*E*Ipile) + M[i + 1]*a / (6*E*Ipile) - (Delta[i - 1] - Delta[i]) / a - Delta[i] - Delta[i + 1] / a ) = 0 ), i=3..n)]

assign(%)

When I tried the above, I was expecting Maple to assign A[3]  to the first equation in the list on the right hand side and so on, but instead I was getting an error message.

<p>Hello!</p>
<p> </p>
<p>I'd like to visualize my daily work and plot a curvature flow. First of all, I need to define and to plot a hypersuface. How do I do that?</p>
<p>Afterwards I'm going to calculate it's fundamental form and other geometric quantities.</p>
<p> </p>
<p>Kind regards</p>
<p>Konstantin</p>

Dear Sir / Madam,

Attached is copy of worksheet developed in MathCAD that I would like to develop in Maple. I have copy and paste what I developed in MathCAD into a Maple worksheet to see if any body can guide me. I have posted previously an excel file with Canadian steel sections on Mapleprimes. My goal is to be able to auto select  a  steel section from the database into Maple for computation.

Please, would anyone guide me as to how to develop the attached worksheet into a Maple worksheet.

 

Regards

Boyer

dear friends

find volume of the solid obtained by rotating the region bounded by the curves y=0, y=sinx, 0<=x<=pi about line y=-2.

I got as far as the diagram and the starting off equation.

If I could get some help that would be great. Thanks

Hi everyone,

I have a differential equation

      diff(N(t), t) = r*N(t)*(1-N(t)/K) - p(N(t)),    N(0) = N0

where

      p(x):=piecewise(0, x<0, S/(N_crit)*x, 0<= x<N_crit, S)

 

This equation represents the population growth model where the predator is present.

I need to solve a 2 order hyperbolic PDE (The Wheeler-DeWitt equation for a closed universe), numerically, with some sort of complex initial/boundary conditions. It seems that the program is executed and the module is returned, but while I use the plot, plot3d, value… commands for different values of time variable (\phi), the following error is appeared on my Maple 12 worksheet:

Call me stupid but I still wasn't able to run the simple example in the maple help (see http://www.maplesoft.com/support/help/view.aspx?path=Define_external ) regarding calling external, precompiled Code (in my Case: c++).

Seems simple enough but I can't find how to select the whole part of a decimal number.  I want to use the number with mod. 

 

First 2101 2102 2103 2104 2105 2106 2107 Last Page 2103 of 2429