Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi guys,

I am wriiting some work in Latex and need to input some Maple code into my Appendix. Does anyone know how to do this? Also, if i have separate sections of code to input in different places, can I create subsections of the Appendix to cater for this?

Thanks in advance

 

I just started using Maple few weeks ago, so i am very new to Maple. I tried to write a program to:

1. read data from excel

2. process the data obtained from different excel sheets to find different possible combinations and calculate costs

3. then to find the minimum cost option

program i wrote is

> with(ExcelTools);
> SHEET1 := Import("analysis.xls", "su1", "A4");
`output redirected...`> print(); # input placeholder

I thought for sure something like this would have already been done in Maple (mapleprimes).  I see it's already been done over at Mathematica.  I must admit I am a bit jealous at how much Mathematica users have done.  So anyways ... something simple

for i from 1 to 10 do
  for j from 1 to 10 do

This is the third post in a four-part series; the earlier posts are Generating...

I haven't really explored the use of dials and gauges.  Normally the data responds to the dial settings, but does it work in reverse?  Can we have the gauges set up so that they respond to the data, during for example say an animation or something?

 I don't really have anything specific in mind, I was just wondering if it could be done.

This is not a question about any technical problem with Maple.I'm not even sure that is it a question or a post.Since I'm asking something inside it,I consider it as a question.I'm sorroy that it is too long.

 

In scientific computing(computational physics/chemestry/biology/enginnering),which needs a large amount of data to manipulate and then simulate,some high level programming languages(HLL) are used.

Different fields have different language of choice...

Dear All,

 

I would like to ask either MAPLE is capable to solve >2 boundaries value problem.

Actually I'm solving a system of ODEs in a membrane divided electrochemical cell, basically a REDOX process.In 1 part I have 2 species reacting and in another part I have 3 species reacting , 2 of the species exist in both part.

At the end I wanted to coupled all the species together.

So basically I have 4 boundaries and I would like to solve it simultaneosly.

Hi all,

How to plot and animate an expression like this:

f:=x1+a*y1+1; plots[animate](plot, [f, x1 = 0 .. 5, y1 = 0 .. 25, y=0..10],a=0..1, frames=100);

This is just an example for understanding my need.

thanks for help

Hello! Im kinda new to maple so it must be a noob question :) im using it for like 24 hours to get around some basing math in it :)

Just got some understanding of this 2d/1d/worksheet/document modes and stucked at some operations with fractions.

 

1) How do i enter Mixed fractions to calculate right?

2) How to compare Two or More fractions? 

3) How to get output in mixed fractions? or to expand fractions.

 

Hi all,

 

I needed to create assumed variables for a problem I´m working on. After working on them in a last step I need to replace the assumptions with values so as to get a real number. - I don´t want to define values to the variables from the beginning as I want to avoid rounding errors and I don´t know any other way around the problem.

Giving you the exact problem would be bit too complicated, but you might get to know what I would like to do with this example:...

I'm finding limited information on how to do row or column operations on Arrays.  For example how to multiply a whole column by one number.  I have tried using the map command .... 

map(a->[a[1],-3*a[2],a[3]],a)  # multiply the third row in the array by -3 however brings an error.

This doesn't work for Array however it works on lists.  At the moment I can't think of how to do it without converting it to a list.  Any ideas?

I thought this would be simple enough, but I can't seem to get this to work...

If I have the following...

> e1 := fsolve({Qd, Qs1}, {x, y});
                       {x = 60., y = 40.}

Then how can extract the appropriate numeric format to plot this point? I keep getting data type errors.

 

Any help would be much appreciated!

I'm trying to plot an arrow in polar coordinates.  Here's an example for an arrow who's base is at (1,Pi/4) pointing right with unit length.  It seems like the coords option is being ignored by plottools[arrow].

The following lines give me the same results in Maple:

plots[display](plottools[arrow]([1,Pi/4], [1,0], 0.05, 0.1, 0.1, coords=polar));

plots[display](plottools[arrow]([1,Pi/4], [1,0], 0.05, 0.1, 0.1));

Is this a bug?

Kevin

Hi

 

My Maple 13 puts small curly brackets to the left side of an expression and this causes several problem for me. What should I change to write good ones? (I mean normal, big brackets, not small brackets to index.) (I use the AltGr+b combination to write a left curly bracket.)

 

Hi all 

 

I very very new to Maple so please forgive me if this not a great question.

 

I'm trying to input the command lfsrlength(v,n) to calculate the determinants mod 2, however Maple is just returning the command and not the determinants please see below

 

L101;  [1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1,
        1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0,

First 1782 1783 1784 1785 1786 1787 1788 Last Page 1784 of 2223