Unanswered Questions

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

I am really struggeling with these 2 questions.. 
need to plot this in maple

Fourier: 


This is my last 2 questions on my school report that i need to deliver tomorrow


Can someone tell me how Maple coding written in worksheet mode can be fully transferred into a Word document taking all maple's commands, alignments and any section's arrows as they apper in worksheet mode? 

I found that after using "Export as" (tried everthing there), my worksheet appers to be abrupt, alignment of certain codings changed and all the arrows of sections removed.

Please tell me how to deal with this issue, I need to transfer my maple coding...

Problem. In the plane 2*x -3*y +3*z -17 = 0, find a point M such that the sum of its distances from the poits A(3, -4, 7) and B(-5, -14, 17) will have the least value.

First way.

restart:with(geom3d):

point(A,3,-4,7):

point(B,-5,-14,17):

plane(P,2*x - 3*y +3*z -17=0,[x,y,z]):

reflection(Q,A,P):

line(BQ,[B,Q]):

Hi all!

I was able to run an external progam using the "system" command.
i.e. >system("name.exe");

The external program (name.exe which is an executable written in Fortran) prompts for the name of my input file and the name of my output file one by one. If I supply these two information, everything works fine.
My problem is this, I want to automate the process such that Maple helps me to write the input and output filename when the external program...

When using Maple 15, sometimes the pagackages and formulas that were previously defined seem to completely drop it.  I'll load packages and assign variables at the beginning of my project, yet after maybe 10 minutes or so, I have to redefine my variables and reload my pacakges.  I have noticed that it happens more often if I try to switch over to the "Text" tab and then back to "Math."  It's very intermittent, Maple will be working just fine churning out graphs,...

Dear guys,

recently, I met a problem. I need to compute numerically the Mathieu function of bessel I type and bessel K type(Ie,Io,Ke,Ko or denoted by Ce(-q),Se(q),Fek,Gek etc.). That is the mathieu function could be expanded in the series of the modified bessel function I or K. However, I find the commands in maple is very limited, and a question is coming: how to compute these functions with maple?

Thanks for your attention.

 

yxxu

Hi,

I am trying to implement some numerical algorithm for an optimal control problem (still).

It involves double cycle. In the inner one two DE systems are solved sequentially and the result is used to update values of some objective function.

This part uses remeber option thanks to pagan  and is ok.

However, in the outer cycle I use the values of this objective function to obtain solution for yet another DE and update ICs for the inner cycle.

Hi,

   The error showed up whenever I tried to do the Maximum Likelihood Estimation with Global Optimization Toolbox.My objective (likelihood ) function f is defined as follows(A1 to A5 are intermediate variables; parameters  are x[1] to x[12]):

   f := 0;

   for j from 1 by 1 to 21 do

       A1 := exp(x[1]+x[2]*c[j]);

       A2 := exp(x[3]+x[4]*c[j]);

can someone please help me out on how to solve second order nonlinear coupled ode with perturbation  method in maple

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 ?


First 309 310 311 312 313 314 315 Last Page 311 of 361