Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

when i open a new worksheet its indicates it as untitled worksheet number 11. whcih means i have 10 previous untitled worksheets. where are these stored. i can not find them in the maple folder?

 

 

Hello,

 

I have quite big problem with results processing from dsolv. 

reseni := dsolve(numeric, number = nclas, procedure = PopBal, start = 0, initial = inicon, procvars = dvars, range = 0 .. tend)

If I want a results from "reseni" in "tend" 

results(tend);

I got this one:

[t = 5., n[1](t) = 0.803965539772492772e-1, n[2](t) = 0.108666500575795332e-4,.........]

Now i dont know at all how I can work...

Hello!

 

I'd like to create a table in Maple showing the values for multiple functions.

For example, I've three functions, y1,y2,y3, and I want to create a table for different values of my functions.

Is there a straightforward way to do that in Maple?

Many thanks in advance!

puckie

Hi:

I have a problem in calling a procedure. The problem that the code is working perfectly when I use it without precedure, but when I wrap it with a procedure and call the procedure I get like this problem   

Error, (in Chisqr1) invalid input: `convert/Matrix` expects its 1st argument, M, to be of type {Array, Matrix, Vector, array, list}, but received Concatenate(2, Determinant(Transpose(Jacobian([(16759.00586-A-C)^2+(19630.75977-A-4*B-C*cos(32...

Aqui les dejo La ecuación de la Recta de Euler, calculado desde su inicio hasta la comprobación con el comando EulerLine.

Recta_de_Euler.mw

The built-in Histogram command in the Statistics package only creates a Histogram from raw data, unfortunately. There is however a big number of situations, where you only have grouped data with intervals and their associated frequencies (probabilities) and want to plot the Histogram. Suppose that the intervals are of equal width and (indirectly) are specified from a starting point x0, a column-width named 'width' and the number of intervals given by n. Suppose the frequencies...

From 1 to 2013, how many   times do we use

Hi everybody,

Like the title said, I have a DC circuit (*.msim attach here).  In two differents ways, I find the current in R3 to be equal to -1A (*.mw attach here).  The M17 file is in french but the equations speak for themselfs.  Can someone help me to sort this problem out.

problème_5-4.msim

Solution_5-4.mw

Thank you in advance for your help.

I am pretty new to programming in Maple and trying to learn the language. One thing I needed was how to handle lists in a specific way. I have used many hours on this issue now and even asked questions in the Questions section. Other users helped me with clever tricks and I am grateful for that. What is left is however a feeling that one need to know a lot of rather Ad Hoc commands to accomplish your tasks. I looked for operations in the ListTools package, going through all...

I use maple 16, whenever I try to plot two polar curves on the same axis, it gives me a wrong graph. However with maple 15, I get the right graph. How can I plot two polar curves on the same axis with maple 16?

I have a matrix A4  

I am trying to use the procedure described in the answers to this question: 

http://www.mapleprimes.com/questions/100137-Solving-Trigonometric-Equations-For

to find the solutions to sin(2*x) = 1/2 where -2*Pi <= x <= 2*Pi. After the isolve() command is issued, I get the warning that solutions may have been lost. i think the issue is the form in which Maple represents the general solution to the equation. Any ideas on how to rectify this would be greatly appreciated!

Dear Maple users

I have a question, which is probably very basic, but I can't find how to handle it in the Programming Manual or elsewhere. I need to declare a parameter, which is a vector of lists. Example of element:

< [3,7,2,4], [-3,6,8,0], [-5,8,4,2]>

Vector has n components and each list has k components. I tried declaring it like:

boxVector:=Vector(n,datatype=list());

and other ways, but it didn't work. How can it be done?...

Hello,

I'm rediscovering maple, and i want to find the zeroes of an expression by numerical calculation. But it seems that the function fsolve can not handle the monster i created...

(The monster in question here is a determinant of a 12x12 matrix with one variable an trigonometric functions that i don't want to copy pas (NDA))

The problem might comes from the extrem values it gives for a numerical calculation (slope around 1e6)...

 

First 1440 1441 1442 1443 1444 1445 1446 Last Page 1442 of 2229