Unanswered Questions

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

Problem. Let MNPQ be a square.  Find the other two vertices,  knowing that,  the vertices M(5; 3; -1), P(2; 3; -4) and N lies on the plane x + y - z  - 6 = 0.

This is my code

> restart:

with(LinearAlgebra):

M:=<5,3,-1>:

P:=<2,3,-4>:

N:=<x,y,z>:

A:=DotProduct(M-N,P-N,conjugate =false):

Here is an interesting problem I've pondered every now and then. 

One is lost in a desolate winter landscape with 3 blankets (thin, 2x thin and 3x thin thicknesses).  He can construct a shelter like a teepee with the blankets.  How could he best arrange the blankets to stay the warmest?  I'm sure everyone puts the thickest blanket on top when they make their beds, so would that not the optimal order?  Layer the outside teepee with the thickest...

One of my friends would like to buy a book about solving multiple integrals and/or ordinary differential equations with Maple (some newer version, let's say 13 and newer).

I know about this site: http://www.maplesoft.com/books/, but can anyone recommend some book(s) which is (are) worth buying?

http://aw.twi.tudelft.nl/~koekoek/askey/ch3/par28/par28.html

Which function represent phi in 3.28.1

The following example shows some typical computations with Householder- or reflextion matrices. Why are the second and third variants only slightly better than the first one? Could we get a real speedup without rtable/NAG/BLAS/etc. tricks?

 

$ maple15
    |\^/|     Maple 15 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2011
 \  MAPLE  /  All...

I'm writing a maplet and I would like to put in my MathMLViewer two equations. Each equation in different line. How can I do this using MathML[Export]() while setting the value of MathMLViewer ?


Okay a bit difficult to explain, hope you understand. In std. GUI Opening a Maple worksheet with document blocks that have autoexecute code, and are collapsed do not appear in the markers view if the worksheet is not allowed to autoexecute. Autoexecuting the worksheet will allow the document blocks to be visible for expanding.

with the information in the page

http://aw.twi.tudelft.nl/~koekoek/askey/ch3/par28/par28.html

what should do?

i guess to use Hn directly and use sum(Hn*z^m/m!)

is it possible in Maple?

 

Hi,

I have a third order system with nonconstant coefficients I would like to solve in Maple.  I have found a solution  but, I need a general solution.  I have attached the worksheet.  In the worksheet I have commented the system and the known solution.  AllCalculationsPertu.mw

Is there some way to construct the general solution from known solutions like a variation of parameters?

Any other method besides rsolve to solve genfun?

i discover it can solve variable coefficient and n coefficient too.

but sometimes n*P(n+1) make it can not solve, i have to remove n to P(n+1)

any paper describing the mechanism of rsolve, where it store the maple code of rsolve in maple 15?

In status box between "Evaluating..." and "Memory, Time, Mode" there is enough space. Would be nice to have there smth like "user-defined status" of ~100 symbols (or so). Instead of long printed log you could see status of current stage of long-term process.

Dear All,

 

Thanks for the previous support and help.

 

I am trying to solve a poisson equation, but I am getting Bessel function in the solution. Derivation of this equation with respect to 'r' gives more complex form of Bessel function.

Actually I am not sure should I continue with the problem and Maple will take care of everything or I have to modify in the solution.  

Equation 9 and Equation 11 needs to...

Dear all,

Maple gives me the complete solution to the attached PDE. This solution is expressed in terms of KummerU and KummerM. What I want is to obtain the solution for real numbers only, i.e. I want to get rid of the possible imaginary numbers in the solution. This implies that the separation constant, _c1, must be less or equal to 2r. 

How can I do this?

Furthermore, the four arbitrary constants will need to be determined through boundary conditions....

Is there a way to create an interactive plot, and put it in a Maplet, so I could get onclick coordinates and display some points there on my plot ? I checked Maple help and I didn't find any onclick event for plot or Maplets,Elements,Plotter but I found something called PlotComponent and there are some options like clickx, clicky. Can I use it somehow in Maplet, or maybe there's another solution ?

Hi, below is what I have. I am trying to change elenum:=Array([2,4,6,8,16])

Then I changed my E0:=evalf((map(c->c*((map(int,((B^%T).(B1).J),eta=0..1))),L))

I also changed my E2:=evalf(map(c->c*map(int,((B2^%T).(B2).J),eta=0..1)),(1/(2*L))))

My E0M:=Matrix(nodes), which I am not sure if it is correct.

Then I tried to use the for do statements, it would not allow me to do so. What i'm trying to get is the first one to be a 5x5 matrix, followed...

First 307 308 309 310 311 312 313 Last Page 309 of 358