MaplePrimes Questions

Greetings! I plot a 2D standard figure in Maple 10. I select the figure, right-click it and choose "Export as". The file format I want is Encapsulated PostScript files (.eps), which is one of the alternatives. I save the figure as an .eps file in a map. Everything works fine until I import the file in Scientific Word. The figure is imported all right, but has been rotated 90 degrees counter-clockwise. I do not know how to rotate it back. I know there is a package in SW that enables rotating, but I can't get it to work. Is there something I can do in Maple to correct the problem? Is it a common problem for other users and how do you solve it?
Hello, I'm trying to make a wrapper procedure that will launch an external program with some dynamic arguments. To do this I created a proc and used the launch command from the process package. My procedure seems to be syntactically correct, but when I run it all it does is echo the procedure code. Since nothing was working I have created a simplified procedure that simply tries to launch Notepad. Instead of launching notepad it just echos out the source of the procedure: My definition of the procedure RunNotepad: > RunNotepad() := proc() > use process in > launch("notepad.exe");
Hi, It's quite easy to find the eigenvalues of a matrix, but is there a function to find the dominant eigenvalue ?
Hi I was wondering how many people are using the MapleTA Blackboard plugin? Thanks - Michael
when expanding an expression like (x+1)^7*(x-2)^9, how do arrange the terms by increasing/decreasing degree? ie ax^16+bx^15+cx^14+...
Is there a way to create periodic piecewise functions in Maple 10 for use in solving differential equations with periodic forcing functions?
I've been trying to find information about this apparently elusive (or perhaps obscure) topic without a lot of luck. I was curious if anyone had ever heard of a technique for solving an nth-order nonhomogeneous linear ODE with constant coefficients by means of Duhamel's Convolution Principle. The guy who taught this technique to me didn't believe in using textbooks (or staying in accordance with predefined curricula) and he basically just taught whatever he wanted. He essentially claimed that any nth-order nonhomogeneous linear ODE with constant coefficients could be solved by first solving the associated homogeneous equation, and then, writing a new function (he usually called it theta(t)) using the same form as the solution to the associated homogeneous equation but with initial conditions such that, for t = 0, theta of t, theta prime of t, theta double prime of t, etc., all equaled 0, except for the final condition (theta^(n-1)(t)) which equaled 1.
I have a large program I have been writing using Maple 10 classic. The heart of the prgram is a large iterative loop that spits out various data as it converges on a solution. My problem is that I would like to see certain data and suppress other output. I accordingly assign a colon and semi-colon to the respective lines. But wether Maple actually displays what I want of not seems random. The screen is flooded with unwanted interim data, and only select desired output gets through. Is there some rule with what Maple outputs if its in an iterative or nested iterative loop?
Hello, everyone! I have a very nice, very sparse linear system (only containing 1s and -1s, with at most 2 entries per column). Thus, I immediately thought to take advantage the SparseIterative (or SparseDirect) methods associated with LinearAlgebra,LinearSolve, but alas, it isn't quite working. This is what I loosely do: gen_linear_system := proc(... some parameters ...) ... ls_m := Matrix(len, total_var, datatype='integer[1]', storage='sparse'); ... (fill matrix with appropriate 1s and -1s) return ls_m; end proc; solve_linear_system := proc(system_matrix::Matrix)
hi! I want to do maplet application that fourier series calculate given funtions how do I? thank you...
Thanks
Hi, Folks: I have two implicit functions (hyperboloid): sqrt((x-28)^2+(y-2)^2+(z-2)^2)-sqrt((x-20)^2+(y+20)^2+(z-6)^2) = 2 sqrt((x+15)^2+(y-2)^2+(z-2)^2)-sqrt((x-20)^2+(y+20)^2+(z-6)^2) = 10 I am able to plot these two functions through display3d, but right now I want to plot the intersection line. Anybody has comments or suggestions? Thanks a lot, James
Hi, How do i make maple to write a fist derivative with respect to time ie i want maple to show y' in the output.
Hi. I'm trying to make a 3D-plot of a function f(x,y) that is discontinuous but can not figure out how to do it. I'm new to Maple but I found that there's an option discont=true for 2D-plots. Something similar for 3D? Cheers
Hi, I want clear some variable Not all of them in my program(restart command clear all of them), is it possible in Maple to do that?Tanx.
First 2325 2326 2327 2328 2329 2330 2331 Last Page 2327 of 2363