Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Hello, I wonder if someone could help me understand the best way to insert images into a MAPLE worksheet. I am using TURBOCAD to create diagrams. When I was using MATHCAD I could select any area of the TURBOCAD worksheet, copy it, go into a MATHCAD worksheet and paste. While this proceedure has some problems, in general I could work around them and it worked pretty well. I have tried the same thing in MAPLE and it doesn't work very well, as indicated by the worksheet I have uploaded with this post, 'GeorgeWorksheet1'. What seems to be happening is that I get an extremely low-res copy which is useless. So I tried another approach. TURBOCAD has the ability to save a JPEG image of a worksheet, so I saved my TURBOCAD worksheet as 'F1.jpg' (which I have also uploaded). I then insert this file into a MAPLE worksheet using the using the Insert/Image command. This is the second image in my MAPLE uploaded worksheet, 'GeorgeWorksheet1'.This works better, but the image takes up alot of space on the MAPLE worksheet. The problem is, when I try to contract this image by clicking on it and grabbing the little thingies on the side of the frame and moving them, I am able to decrease the size of the image but in doing so I loose so much resolution as to make the image useless.
I have the polynomial 4*x(x^5+1)(7*x^2-6)(x^3+2*x^2+9)-7 and I need to find the coefficient of x^7. How can I do this? I've tried several different commands but none of them worked. Thanks.
how do I inverse my axes on my plot ? I have been looking in the ple help but I can't find anything. plot({d(p), s(p)}, p = 0 .. 50) how canI put (p) on the retical axe? thanks Jp
convert(407,binary); 101100111 I want the vector [1,0,1,1,0,0,1,1,1]. I don,t make this. Please help me!
i've been trying to evaluate this particular expression:
restart:
assume(x::real,0<x,x<1); is(x < tan(x);

and I keep getting a FAIL. Any ideas? is there something i'm not assuming? not enough info?
I teach a Maple course in a computer lab. There are many problems with Maple crashes. I've had the autosave feature disabled, which seems to help some. I'm running Maple 10.04 (New GUI version, Network, Windows XP). Last year, I used Maple 9 Classic and it worked beautifully. Has anyone had a similar experience? Any suggestions for improving the stability of the program ?
Given an implicit representation of a 3D surface, for example: 1 = 3/(z^2+3)*exp(-1/2*(3*y^2+2*x^2+x^2*z^2-2*y*x*z-12)/(z^2+3)) does Maple have a function to numerically integrate its volume? I was hoping to avoid the nuisance of computing the bounds on x,y and z myself and then performing the triple integration (I tried this, but the third integral hung Maple up...I gave up after it ran for 24 hours). The implicit plot seems to work fine, which shows a nice blob. This should be fairly easy to integrate... Thanks, Matt
Hi, I use maple 10 under linux (red hat). In a file ABO.mw I have created a module that has a structure like: Mymodule := module() description \"procedures for Quantum Mechanics\"; export DP, deltaK; option package DP:= proc(...) etc,etc end proc; deltaK:=proc(..), etc, etc end proc; end module; When I execute the group and then type: with(Mymodule); the procedures appear. I would like a library containing this module to be automatically loaded upon startup so I can call it with with(Mymodule); whenever I start a new worksheet.
Hi there, I'm trying to integrate some experimental data. I'm sure that what I'm doing is not the best or most convenient way, but I think it should work. I read the data in using the import assistant, which put it into a 2d matrix. I then manipulated that matrix. This is heat capacity data (for those of you familiar with physical chemistry), and I'm baselining the h.c. data to zero before I integrate it. This hasn't presented any problems for me, and it (seems to) give the expected result. When I integrate this baselined data, however, the integrated curve (enthalpy) at low values of x is not close to zero; it is much bigger. The integrated curve's topology is what I'd expect, it is horizontal at small x values. It is just off of zero by some (large) constant. My data starts at about 300, ends at 360.
How do it find fibonacci prime numbers using Maple?
Okay, I know Maple's not giving the wrong answer...I'm sure I'm just asking the wrong way. When I ask for the standard deviation (Statistics:StandardDeviation) of a list of individual data samples, I get the expected answer. However, when I provide a list of values and a list of frequencies, I don't get the answer I'm expecting. Hopefully the attached worksheet will make my problem obvious. View 1058_std_dev_problem.mw on MapleNet or
Hi, I'm trying to set my MathML viewer to update constantly, as a certain animation in a plot changes. I would either need some type of "time delay" device since the animation works by millisecond delays (which I am able to control), or some type of animating function that isn't for plots, but for procedures. Basically, I am looking for a way to use Set or SetOption over and over again, at specific intervals, without having to click a button or perform a certain action each time the option changes. Thanks for any help.
Hi everybody! a few weeks ago I asked in this forum a question: http://www.mapleprimes.com/forum/partial-differetial-equation-heat First I have to say that is really nice how easliy it solves the problem. Now, I really need to see values in the solution (I mean, by given x and t). In addition, I want to create graphs of the temperture as a function of t (I mean to state x, and then to check the temperture as a function of t in this x). Only I know is to do graphs of the temp' as a function of x) How can I do all of those things? Thanks A LOT !!! RedFox (:
Is there any way to plot more than one pointset on the same graph using pointplot. On my worksheet the following worked plotpoint(points,color=red); plotpoint(points2,color = blue); But not plotpoint({points,points2},color = [red,blue]); or plotpoint([points,points2],color = [red,blue]); Any suggestions?
ok me again, I have this economic problem. Dc( pc , pt ) = 2000+1000*pt-2*pc Sc (pc) = 23*pc how can I plot this, and If I don't know what the value of (pt), can I still plot this? thank you so very much in advance.
First 1961 1962 1963 1964 1965 1966 1967 Last Page 1963 of 2004