MaplePrimes Questions

 

 

If I save a worksheet after an interactive session and then return to it at a later date I have to re-execute all my commands, redefine my functions etc. but my previous plots are "kinda" remembered by Maple. For example, if I had previously executed the command
> display([p||(1..50)], insequence = true);
then that plot will be active in the sense that I can run through the 50 plots, stop at any plot, etc.
So in that sense Maple has saved the plots. But if I want...

Can you please graph this function, as well as find the domain and range in interval notation?

problem

There is a command UsingContexts( ), however, there seems to be no list of all the available contexts or what units each of them relate to. At the moment, the only way to find the recognized contexts seems to be to go through all the units help pages one by one and look for the contexts that are mentioned. This is clearly horribly inefficient.

In addition, there seems to be no system of units readily useful for business and economics problems.

Exercise description: "Find the product of the square root of all prime numbers less than 100."

 

I'm very new to maple, and I'm having problems with this exercise.

 

I've managed to write a script that'll give me the prime numbers, but I don't know how to get the numbers into a format I can work with.

 

My script:

 

for i to 100 do

if isprime(i)=true then

print(i)

end if

This is my question that I posted at http://mathematica.stackexchange.com/questions/32338/is-there-a-triangle-like-this "I want to find the numbers $a$, $b$, $c$, $d$ of the function $y = \dfrac{a x + b}{c x + d}$ so that the triangle $ABC$ with three points  $A$, $B$, $C$  have integer coordinates and lies on the graph of the given function, then the centroid of the triangle $ABC$ (have also integer coordinates) is also lies on the graph". The ansewr at that site...

How can version 17 be forced to produce [VectorCalculus]TangentLine results consistent with previous versions?

Suppose you have a 3D position vector defining a curve using a parameter t.  One can evaluate the curve at a specific value of t.  Say the point is p.  One can differentiate the curve and evaluate it at the specified value of t.  Say the result is the vector v.  Then the tangent line is p + tv.  The VectorCalculus Tangent Line...

Hello,

In multibodies system, there exists many kind of coordinates namely joint (or relative) coordinates and absolute coordinates. Moreover, for the joint (or relative) coordinates, it is possible to choose strict, simplified, or complete coordinates.

For the moment, i only find in the tutorials system modeled with complete joint (or relative) coordinates. I will give the example of a 4 bars mechanism. The kinematic scheme with this complete joint coordinates is the following :

@Carl Love  Thanks for your reply. Composition breaks down into  distinct ordered  k-tuples . Partition breaks down into all possible sums with no regard to order.

Example: composition (4, 2)    {[1,3], [2,2], [3, 1]}   allstructs (Partition (4) ,size = 2)     [ [1, 3], [2,2]] 

For the allstructs ( Partition (n...

Find all prime numbers from 500 to 600.

Good afternoon

 

I request you to help me out to input a column vector matrix of dimension 80x1 whose entries are 0.

would like to use point graph and line graph to show the graph

restart;

test1r3 := (1/2)*(-x+sqrt(x^2-4*y^2))/y;

n := 100;

for j from 1 to n do

aa[j] := subs(y=RandomTools[Generate](integer(range = 1 .. 10)),subs(x=RandomTools[Generate](integer(range = 1 .. 10)),test1r3));

od;

plot(<seq(1 .. n)>,<seq(aa[i], i = 1 .. n)>, style = point);

How do i "show region ranges" on mac. on windows you just press F9 but you cant on mac??

Find \lim_{n \to \infty}(\frac{1}{n+1}+\frac{1}{n+2}+\frac{1}{n+3}+\dots+\frac{1}{n+n})

A travel agency is planning a one-week trip to Italy that has an initial cost of $2,000 plus $1,140 per person. At a price of $1,400, 13 people will sign up. Past experience suggests that for each $20 decrease in the price, an additional person will sign up. Also, for each $20 increase in the price, one less person will sign up. What price (in intervals of $20) will maximize the profit? (Make a table and guess and check.)

I don't get how to solve this problem...

First 1544 1545 1546 1547 1548 1549 1550 Last Page 1546 of 2433