Maple 17 Questions and Posts

These are Posts and Questions associated with the product, Maple 17

My math professor recently assigned this problem on maple. this is my first time using it, ive emailed her about the question and she is not much help. could somone work it out on maple and post a screenshot of it? or a pdf file? it would be very helpful since i have more quesitons like this i could use it as a reference. Now the problem:

The point(0.5,0) lies of the curve y=cos(Pi*x)

a) If Q is the point (x,cos(Pi*x)), use your calculator to find the slope of the secant line PQ...

i'd like to know how type the infinity symbol and other symbols in the integration methods tutor, when i type the word infinity , it says "invalid value, must be a number"

Other work done to demonstrate that using the correct syntax leads to corroborate all the principles and theorems found in the area of geometry. The Gergonne Point is another achievement developed by Maple procedure through GergonnePoint command and use. I hope your hand corrections if any.

Point_of_Gergonne.mw

Atte

Lenin

I have had to use Maple 17 once in the past and I have to use it for a problem in Calculus.  This problem, I have been trying to figure out how to type it in correctly to get the answer.  I know the answer since its in back of the book.  Here is the explanation w/ the problem:

"Use a computer algebra system to differentiate the function"(She wants us to use Maple.)

f(x)=((x^2-x-3)/(x^2+1))*(x^2+x+1)

in word terms, f(x)= (x squared,-x,-3)/(x squared, plus 1) ...

Good afternoon Professor

I would like to know the Maple approach to explain my students with regard to

animation of the solids of revolution which arise in Applications of double & triple integrals.

I request you to help me in this regard.

 

with thanks & regards

 

M.Anand

Good afternoon Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

I request you to help me How to write c-programming codes to solve the linear system by using Gaussian elimination, conjugate gradient method without preconditioning and Conjugate gradient method with preconditioning?

 

With thanks & regards.

 

M.Anand

Assistant professor in Mathematics

Good afternoon Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

Is there any direct approach like Jacobi,Gauss-seidel, & SOR methods in Maple to solve a given linear system of equations by using Conjugate gradient method & Preconditioned Conjugate method.

I request you to help me out to generate Maple commands to solve.

 

Good morning Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

I request you to help me out to create an Augmented Matrix of a given system of linear equations with more number of variables.

 

With thanks & regards.

 

M.Anand

Assistant professor in Mathematics

SR International Institute of Technology

Hyderabad, Andhra Pradesh, INDIA.

Good morning professor.

 

I am M.Anand working for SRIIT, as Assistant professsor in Matematics in Hyderabad, INDIA.

I request you to help me out in generating Maple procedures for conjugate gradient method & Preconditioned Conjugate gradient method as it is consuming much time  for me to find out every iteration individually to solve linear systems with sparse coefficient matrices which arises in Numerical Analysis.

Hi all,

seq(a[i],i=1..3);

Works fine.

seq(a[i],i=3..1);

gives nothing.

But if what I really want, is a ordered sequence

for i from 3 by -1 to 1 do

r:=[op(r),a[i]];

end do;

a[3],a[2],a[1]

What's the best way to get it? (apart from writing a loop)

 

Casper



 

I am trying to get DiffTutor to work in Maple17, using Worksheet mode, and it doesn't do anything.  Here is the code and the output.  I cut-and-pasted it and the output looks weird, but you can see that Maple didn't do anything:

restart:
with(Student);
   [Calculus1, LinearAlgebra, MultivariateCalculus,

     NumericalAnalysis, Precalculus, SetColors, SetDefault,

    ...

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

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...

Good afternoon

 

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

Good afternoon sir,

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics.

I request you to provide me the correct Maple commands to generate large matrices whose elements are defined in terms of i & j in piecewise function pattern for example

 

How to generate the matrix A where the elements a(i,j) are defined as

a(i,j)=2i    when j=i   and i=1,2,...,80

a(i,j)=0.5i  when j=i+2 and i=1,2,...,78...

First 50 51 52 53 54 55 56 Last Page 52 of 61