MaplePrimes Questions

I'm using Maple 16 for OS X (on Lion). The way Maple handles highlighting is very strange; if I want to highlight (and copy or delete) part of an expression, or maybe something nested within a command, it frequently highlights things I don't want it to and never put my cursor near. I expect it's trying to be smart and predict what I want to select, but quite often it makes it impossible for me to do what I actually need to, causing even more hassle. Usually if I want to delete...

restart; b := 6; de1 := diff(f(eta), eta, eta, eta)+f(eta)*(diff(f(eta), eta, eta))-M^2*(diff(f(eta), eta))-(diff(f(eta), eta))^2 = 0, (1+(4/3)*Nr)*(diff(theta(eta), eta, eta))+epsilon*(theta(eta)*(diff(theta(eta), eta, eta))+epsilon*(diff(theta(eta), eta))^2)+Pr*(s*theta(eta)+f(eta)*(diff(theta(eta), eta))+Nb*(diff(theta(eta), eta))*(diff(phi(eta), eta))+Nt*(diff(theta(eta), eta))^2) = 0, diff(phi(eta), eta, eta)+Le*f(eta)*(diff(phi(eta), eta))+Nb*(diff(theta(eta), eta, eta...

 

N:=10:

L:=[]:

for x1 to N do

for y1 from x1 to N do

for z1 from y1 to N do

for x2 to N do

for y2 to N do

for z2 to N do

a:=sqrt((x2-x1)^2+(y2-y1)^2+(z2-z1)^2):

if type(a, positive) and type(sqrt(x1^2+y1^2+z1^2)+ sqrt(x2^2+y2^2+z2^2)+a, integer) then L:=...

I would like to know if it is possible in an external program (C or Python) to create a Maple function ( Not a one liner, maybe a number of lines of Maple code ). Then call Maple to execute a separate Maple function and get the result back.

Someone asked how to create this in Maple. 

I'm trying to use Maple to assist me in my homework.  To me, TI & MsMath are more intuitive than Maple, however, i have a Maple license.  That said, how do i specify an initial condition while trying to solve an ODE using dSolve?  For TI, i would enter:

deSolve(x’=x/25 and x(0)=20,t, x)

... and be done with it.  I suspect that i have to use diff() to assign x/25 as the f(x) of y'.  However, how do i specify the initial condition?

Here is a quick question - Is there anyway to enable full screen mode for Maple on a Mac OS X? I'm currently running Mountain Lion with Maple 16 and will be doing some screencasts and would prefer not to have the menu bar in the videos.

Hi,

I have an inverse kinematics model for a double inverted pendulum. There are multiple solutions for each joint angles due to symmetry and I have to choose the appropriate ones. I thought I can use the previous choices and compare them with the current multiple solutions, so I could choose the ones which are closer to the previous ones. However, since the double inverted pendulum moves in in both region at the equilibrium, this aproach does not work. Could you advise...

I watched a webinar by Dr. Robert J. Lopez, titled "Algebra, Trig, and Precalculus Math – All by Syntax-Free Maple".

In it he says he will give his email at the end if anyone wants the worksheet he is using during the webinar.  

I don't think he ever gave his email and, as a Precalculus teacher, I would really like the worksheet.  Please advise.

Hello all,

I'm trying to evaluate the integral (on Maple 14):

int(lambda/(A+B*lambda)^2,lambda=0..1) assuming A::positive, B::positive;

Maple cannot evaluate the integral, but returns the function call.  However, if I try to evaluate this in Mathematica, which I also have access to, it can evaluate it.  (The result is -(B+(A+B)ln(A/(A+B)))/B^2(A+B), if anyone is interested.)  I was wondering if there's something I'm doing wrong with the...

In a study to determine relationship between presence of I.H.D and smoking, the appropriate
Statistical test is:
(a) z-test (b) Paired‘t’ test (c) Chi-square test (d) None of the above

2. Of the 140 children, 20 lived in owner occupied houses, 70 lived in council houses and 50 lived in
private rented accommodation. Type of accommodation is a categorical variable. Appropriate graphical
presentation will be
(a) Line chart (b) Simple Bar chart (c) Histogram (d) Frequency Polygon

1) whichone of the following is used to representing qualitative data?

a) histogram, b) polygon, c) pie chart, d) line chart

Hello. I tried to plot simple functions in MAPLE 16 and received this message:

Error, (in plot) unknown optional arguments [true]. I am not sure what the problem is and would appreciate any help. I have included an example below. Thanks.

 

> with(linalg); with(plots);
> plot(cos((1/2)*x)+sin(2*x), x = 0 .. 4*Pi);
Error, (in plot) unknown optional arguments [true]
>

#hi guys i have a new challenge. and i need your help again, my problem is to map a  piecewise function and #evaluate  with a matriz. thus 

A := LinearAlgebra:-RandomMatrix(2, 3);
B := piecewise(a+b < x, a.x+b^2, a+b < x and x < a^2+b, x^2.b+a.x);

A := convert(A, listlist):

#this is my last try to do that.

LL := map(((proc (a, b) ->( a+b < x, (a.x+b^2)/(a+b), a+b < x and x < a^2+b, x^2.b+a)@op), %):

#i...

First 1690 1691 1692 1693 1694 1695 1696 Last Page 1692 of 2428