MaplePrimes Questions

Hey

How would i go about modelling the Least Square Fitting Approach in maple?

I am concentrating on a 3x3 to a 5x5 grid rather than infinate.

the formula is

y = C  + Dt

I know the least fitting approach then goes into inversiting the matrix, or something, but i dont understand the math model which is why i want to model it in Maple.

Thanks for any help

Hello,

I have a problem with the elimination of variables from set of eq.

For example:

I tried:

How would I go about adding points and a function to the same set of axes? For example I have a set of points already plotted, and I want to plot my function, f(x)=x^2 on the same graph to compare them.

Thanks.

To Maplet Experts:
There is dearth of work  on ComboBox, a maplet element.  How does one access an item in a ComboBox.  How does one know which item in the itemlist is selected.  How does one pass selected item as an argument in a function,
I will appreciate any respond to these questions. 
Pat Velez
 

hey,

can someone give me an example of plotting a phase plane without solving the ODE

 

suppose i got an equation

diff(x(t),t$2)+x(t)=0

without solving it

 

plot a phase plane (  x dot, x )

 

thanks in advance

Let's say I have four variables which are assigned with the following values:

A = 10

B = 25

C = 4

D = 6

When I write A*sqrt(B)/(C+D) the Maple output is "5".

I want the output to look like

How can I achieve this?

Yes, I know that one wouldn't do this in production use, but I'm just trying to set the  mapleTA up.

My "student" users are just me at present. It seems very easy to inadvertently lock assignments.


*******************************************

I just typed an expression, such as

expand((z-6+I)*((5-I)*z+9));

on a line. On the next line, I wish to evaluate this expression at at z = 4+I, say,

without having to retype the expression. How do I do this?

%

simply returns the previous line.

I have to approx how many prime number there are between 2 to 50 000 by using  int(1/ln(t),t=2..50000);

I need to use (to approximate):

a) rectangle method

b) trapezoid method

c) simpsons method

However, I can not use the fonction like simpson(1/ln(t),t=2..50000); to solve them, I need to go with the definition and I have no idea how.

Can any1 help me?

ok so i have summed down two plot functions (P1,P2) so then i can plot them together using display, however whenever i try to use display it comes up with display({Plot(...),Plot(...)}), what do i need to do right, or what have i done wrong.

I have the following equation I need to integrate

R=int((T(x) - a ) * diff(T(x) ,x ) ,x=0..L)

T(0)=To

T(L)=a

 

Anyone know how to solve this???

The creation of 2D color plots is not very comprehensively supported by Maple. However, such plots may be produced by using plot3d with its 'color' option. Unfortunately, plot3d(..., color=myProc(x,y)) works only under certain conditions.  The problem seems to be that myProc(x,y) is evaluated by plot3d just one time. Thereby, unassigned variables 'x' and 'y' are given over instead of numeric values. The returned expression is then used for numerous calculations of the color by successively assigning different values to 'x' and 'y'.

 

 Dear all:

   I wonder how to integrate a function

 

f=t1^a1*t2^a2*t3^a3/(1-t1)^b1/(1-t2)^b2/(1-t3)^b3
 

  over the surface

 0<= t1,t2,t3 <=1, t1+t2+t3=1  ?

 

Thanks,

Peter

Hi, does anybody know how I would create an array from a function.. for example:

Say I have the function y = x^2, and I am choosing the points 1-5 for x, how would I make an array to display all the values 1-5 and their corresponding y-values?

Help much appreciated.

Hi!

I want to work with polynomials over galois fields (finite fields). Useing the standard operations for galois fields from the GF package gets really unreadable for lenghly polynomials, so i am looking for something more legible. I think the nicest way would be to define polynomials in a standard way, e.g. y:= x_1+x_2^2 and than later on decide that x_1 and x_2 are elements from a finite field. However i found no way to do this.

But there should be at least two ways to make the polynomials more legible:

First 2258 2259 2260 2261 2262 2263 2264 Last Page 2260 of 2428