MaplePrimes Questions

HI all,

 

I am trying to figure out in MAPLE how can I write     A * sin*theta + B* cos* theta  in the form as follows:

                                                   ...

If (abc‾) and (abcabcabc...abc‾)Ξ0(mod91).Find all non-negative integers (a,b,c)?

To insert a component on your worksheet you need to drag it out with the mouse.  Is there a way to create a slider, for example, on the worksheet without using the mouse? 

hi

in matlab POLYNOMIAL EIGENVALUE PROBLEM solve whit polyeig code 

why maple can't solve  ?!?

Hi everyone,

I am trying to build a function of dsolve/numeric solution which would not include procedures for defining the value of it.

First, I need to extract solution as a 2-d array, which will contain all evaluated points of solution.

Next, I want to define a function from this set of points (like interpolation).

Say, I have an array or list of numbers (2-d points).

Now comes the main question: is there a way to interpolate some...

Hi all, i'm trying to generate a sequence of matrices from a matrix with variable coefficients with "seq":

seq(Vector(3, {(1) = 3, (2) = y, (3) = 11-4*y}),y=0..10) 

but it does not seem to work. Do you know why is that, and how can I perform this computation?

Thanks. 

how do you draw a function r=sin(alpha) using animate and "polarplot".

Let (d1): x = 2*t +1, y = t-2, z =-2*t+2 and 

(d2): x = 2-m, y = 3+m,z = 4+m 

be two lines and (P): x - y + z - 6 = 0 be a plane. Write the equation of the line (Delta), knowing that (Delta) parallel to (P) and cuts (d1), (d2) at the points M and N, respectively so that MN = 3*sqrt(6).

Hi,

I have a PDE system that I keep getting the "pdsolve->Warning: System is inconsistent" message.  Is there a way to see where the contradiction is, i.e. where everything is breaking down.  It is fairly complicated and not easy to eyeball such a thing.

Thanks!

Ryan

HI TO ALL. I M IN THE THEISIS PHASE OF MY MS. I NEED CODES FOR SOLVING A JOB SHOP SCHEDULING PROBLEM USING ANT COLONY OPTIMIZATION (ACO). IF ANY ONE HAS SUCH AN ACO CODE DEVELOPED TO SOLVE ANY TYPE OF JOB SHOP SCHEDULIGN PROBLEM, PLZ PLZ SHARE THAT AT seoccsf7@hotmail.com

 

I WILL BE GREATFUL

 

REGARDS 

Hi, I have a formula with variable unknowns, lets say p,q,r.

How do I get the answer giving me the output for different combination of input that I'm inserting?

For example : f(p,q,r):=(34p9-7q)/r

Calculate when (p=2,q=8,r=7) and (p=3,q=0,r=3) and (p=4,q=1,r=9) and so on...

Please advice. Many thanks

Hi I have a number of 3x3 matrix which i want to combine into one big matrix. But I need to add the end of the first matrix with the start of the second matrix, the end of the second matrix with the start of the third matrix and so on, forming a big diagonal matrix. May I know how can I do that?

for example : my Matrix will need to consist : M111M112M113,M121M122M123,M131M132

which function equivalent to reduce q modulo p?

Let a sequence( an  ) defined by an=1,3,6,12,33,51,...and n=1,2,3,.... Find formula an?

Today, after hours of hunting a persistent bug in a worksheet, I discovered something i did not know about Maples evaluation strategy. Consider the following Maple code:

restart:
a:=1:
b:=a:
b:=2:
a;

Now the variable 'a' holds the value of 1. Now consider the case where 'a' is a vector:

restart;
a:=<1,1>:

First 1769 1770 1771 1772 1773 1774 1775 Last Page 1771 of 2428