MaplePrimes Questions

I have written a procedure to overload a new "Subs" function. It uses a seq of equations as its first argument followed by the object to act upon (yes, it is to have subs functionality on these objects). I find the overloading works when I have just one equation in the argument list, but with more than one it never calls any of the procedures. The code worked with multiple equations before I overloaded it (i.e. the first proc was verified by itself). FWIW the objects (elemt or bm...

Does maple 16  work with Visual studio 2012?

Check these 3 code lines. a,b are some reals.

s:=a/b

g:=(a,b)->s

g(1,2)

yields a/b

Is it possible to make Maple spit out 1/2, maybe with some default setting command? I still want to keep the function call format g() , so no eval(g(),...)

 

 

 

 

We are a group of students trying to solve this, we can't find a way.

We are given the system of equations

ax + y +z +u =  1
  x  -y  -z +u  = -a
       y +z -au = b
  x- y +bz +u =-2a


For what values ​​of a and

When I input int(sin(x)^4,x); I received -1/4*sin(x)^3*cos(x)-3/8*cos(x)*sin(x)+3/8*x. How do I receive 3*x/8 + 1/4*sin(2*x)+1/32*sin(4*x)?

Modify the shortest path problem by rewriting a procedure Path, non-Recursion
 that print out the shortest path from a to e base on the information from
 setShortestDistNode
 input:  destination "e" and setShortestDistNode
 output:  path : a -> b -> d -> e the total cost: 9
hint: copy everything that we did in shortest path problem, and rewriting a procedure Path, with while loop

I'm assuming this means this, but...

I want to simulate these contact relationships by rocking vibration as shown in Fig.1.

ee

↑Fig.1

The two boxes (rigid body) should be contact theoretically.

However, my model did not contact.

Here, msim file is attached.

rocking_vibratio.msim

I don't understand the error that appears in blue sentence. How can I solve this error? Thank you very much.

Having a little trouble getting Remove to work properly in Maple 12

 

a := "Just try to remove a letter using Maple 12's StringTools[Remove]";
                                     a := "Just try to remove a letter using Maple 12's StringTools[Remove]"
with(StringTools);

Hi,

I was trying to find the generalized eigenvalues for the (3x3) matrix pair (P,G) defined below. (I have left everything in symbols with beta and kappa both of which are strictly positive real numbers). For some reason the command Eigenvalues(P,G) is only returning 2 generalized eigenvalues. Any ideas why it doesn't return 3?

 

Thanks,

Lee

Hi!

I want to write the following textfile in a matrix of the size 4x24:

      1    0.5    0.5      1      1    0.5    0.5      1      1    0.5    0.5      1    0.25    0.25   ...

Hi all,

 

I have a strange problem with the Classic worksheet in maple 15. To explain the problem i added an image.

when i want to plot vergl_6 without copying the equation i get an error. But when i just copy and paste equation 6 like i did everything works like i suspect.

Can anybody tell me the problem? I need to...

Modify the shortest path problem by rewriting a procedure Path, non-Recursion
that print out the shortest path from a to e base on the information from
setShortestDistNode
input: destination "e" and setShortestDistNode
output: path : a -> b -> d -> e the total cost: 9
hint: copy everything that we did in shortest path problem, and rewriting a procedure Path, with while loop
can...
write a procedure to remove all repeating elements from a given list
input: a list with repeating elements, such as [1, 5, 4, 1, 2, 4, 5, 1, 6]
output: a list without repeating elements
note: use list as your only structual datatype, can't convert it to set
hint:  you may use maple function has, no srting needed.
can someone help me on how to write this ? thank you

How can we import data directly from a zip file?  Does someone know how to?

First 1677 1678 1679 1680 1681 1682 1683 Last Page 1679 of 2434