Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer

hi

can you help me "i need maple code to solve poisson equation by multigrid method"

thanks

 

Hello, I've recently started using maple 13. I am working on a project for school where I am attempting to use several independent variables to try to predict a single dependent variable. The nature of the project is that there is currently no known answer, and therefore I have been using regression analysis through maple on each individual independent variable on the dependent variable. I was difficult to find a way to preform a goodness of fit test on the data through maple, but I eventually saw a way on this site to compute the R^2 value.

I need help on turning this code into a procedure and what changes do i have to make  so it works like the gauss-seidel algorithm. I have tried many times on my own but can't seem to get my head around it. Any help would be appriciated greatly.
 

 

First of all: I'm so sorry, I posted my question to a wrong place ( into the poll).

So I copy here the question and the answer of jakubi and my reply to jakubi.

Question:

I would like to solve the following system

x*(2*sin(x)*y^2+x^3*cos(x)+x*cos(x)*y^2) = y*(2*sin(y)*x^2+y*cos(y)*x^2+y^3*cos(y)),

-x*sin(x) = y*sin(y);

Until I have founded only the solutions

x = k*Pi,  y = +/- k*Pi;    k is any integer.

jakubi's answer:

more solutions

How can I get Maple 10 Standard Worksheet to plot with vertical logarithmic axis having the gridlines at 10,10, and so on, in a vector graphic file like eps?

I am trying to maximize a concave function and I have 6 different parameters. I use the maximize command and establish the relevant constraints. The result I obtain is numerical, but I would like to have an analytical solution with one of these parameters being the dependent variable as a function of the others.

 

Can I use the maximize command or any other command that will give me an analytical solution instead of a numerical one?

 

Thanks.

Could I please get help with this maple assignment? No idea where to even begin!!

 

 Download 11608_differential equations.mw
View file details

I use maple sovle an optimality question with hamilton function, but the results are quite different from the given result using matlab. I do not know where I'm wrong ,so can anybody help me ?

Thank you very much!

 

 

for what value or interval of p (-infinity < p < infinity) the following is valid

 

(1+x)^(m+1) > (1+x^m)* 2^m

 

here x > 1

I have attached a maple document with some questions.  Pleas answer in an attached document since my web browser of some reason cannot read maple-math in the forum.
By the way admin should take a look at the

 

What is the pattern in the following polynom: (how to generate them) 

1:     12 n^2 + 12 n + 1

2:    300 n^3 + 450 n^2 + 160 n + 5

3:   840 n^4+1680 n^3+1030 n^2+190 n+3

4:  1260 n^5+3150 n^4+2730 n^3+945 n^2+107 n+1

5:  27720 n^6+83160 n^5+93030 n^4+47460 n^3+10689 n^2+819 n+5

1:  6n + 5

2:  150 n^2 + 200 n + 55

3:  420 n^33 + 770 n^2 + 410 n + 57

4:  630 n^4+1470 n^3+1155 n^2+343 n+29

5: 13860 n^5 + 39270 n^4 + 40740 n^3 + 18711 n^2 + 3591 n+205

In the Belgium lottery they pick 6 numbers out of 42   (  there can't be 2 equals numbers being picked out )
Now for my maple homework , i must do some exercices in maple

1 ) Simulate the lottery
2 ) If you partici

I would like to declare spin states; spin up (alpha) and spin down (beta)

such that they form an orthogonal basis not necessarily using Dirac Ket notaion.  I am using the Physics package and Linear Algebra


When I try to use the Dirac Ket notation, I have noncommuting issues with the Cartesian basis

Cart := Vector[column](3, [Ket(X), Ket(Y), Ket(Z)]);

Spin := Vector[column](2, [Ket(alpha), Ket(beta)]);

First 333 334 335 336 337 338 339 Last Page 335 of 361