Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I have a matrix;   

                1   -4  1

A4:           0    7  5     

                 0    0   0

After writing a code I was given an output from Maple in the following form: {n=1,x=4,lplp=6,lpsp=8}. I need to use these values separately. How to I get them out of the brackets? When I type n on the next line it just shows "n" not n=1. Any ideas?

I need to specify some boundary conditions and I am unsure how to write it. My conditions are

F[m,n](1)=1,F[m,n](-1)=-1 if m=n=0 else F[m,n](1)=F[m,n](-1)=0  and F'[m,n](1)=0 and F'[m,n](-1)=0 for all m and n

how do i specify this?

Thanks

 

 

 (2x-a/x+a)-(x+3a/a-x)-(a^2/a^2-x^2)

 

I have following program and get error

>f := (x,y) -> `if`(x>1, x+y, x-y);

>f(1.1,0.1);#function without int evaluated correctly
                                     1.2
>ff := (y) -> int(f(x,y), x=-2.0..2.0);

>evalf(ff(1.2));

Error, (in eval/if) cannot determine if this expression is true or false: 1 < x
 

Why does Maple fail to respond to

solve( {(560/243)*(x+1)^(-13/3)},{x});

 

 

I have the differential equation below

de1:=diff(F(eta,alpha,R),eta$4)+alpha*eta*diff(F(eta,alpha,R),eta$3)+2*alpha*diff(F(eta,alpha,R),eta$2)-R*(diff(F(eta,alpha,R),eta)*diff(F(eta,alpha,R),eta$2)-F(eta,alpha,R)*diff(F(eta,alpha,R),eta$3));

How do I evaluated it with a series representationtation of F like the one below

F(eta,R,alpha)=add(add(F[n,k](eta)*R^n*alpha^k,k=0..10),n=0..10);

i tried using the subs command to substitute it in but just got back what i started with

thanks

Dear OpenMaple users,

we try to tackle the following problem (unfortunately with limited success):

We would like to use OpenMaple (Maple 12) to call a maple procedure from C (C++ with only C features used). We have the void-function myfunction which gets two n x d arrays (d<=20, called inputmatrix and outputmatrix), a double parameter myparameter, a MKernelVector kv, and an ALGEB r.

Hello! My question is how I can decompose, for example, sin(x) to infinite product. Something like this: Pi*z*Product(1-z^2/n^2,n = 1 .. infinity) = sin(Pi*z) Thanks

hi I want to write a program that convert a polygon to triangle, that is if we have polygon with 6 edges, how we can get triangle from it using edges or vertices??

I am biginner,

Hi everybody

I am doing this calculation:

Hello,

I want to write a programme that convert a polygone into triangle, Can any one help me please.

i am new to maple.

Regards

 

I created three different matrices which are A,B and C. I tried to calculate 4(AB)C but when I command it,it gives me an error. Does anyone know how can I do that?

I also need to create a system of three different linear equations with unknown that has one solution. My equations are 2x+3y=8 -x+2y=3 and 3x-4y=-5.Can anyone tell me how can I plot these lines, solve the system by using solve command and how can I solve the system using by matrices and row operations?

Hi,

I'm trying to find my way around using pdsolve. The problem I have now is how to handle the result it return me. From the psdolve help page, for example, we have the following equation returned (eq. 1.2) :

f(x, y) = _F1(x^2+y^2)

I'm an autodidact working with calculus and Maple 9.5,  I find the Maple Learning Guide more illustrative than comprehensive and the help files too oriented toward users who know more math and/or more Maple than I do.  This forum has proved helpful in responding to specific questions, but I'm looking for some books that would provide guidance on the full range of Maple's potential.  I'm not looking for a primer, but rather something as comprehensive as the help files that makes fewer assumptions about the reader's knowledge and is written

First 1967 1968 1969 1970 1971 1972 1973 Last Page 1969 of 2224