Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Hi there everyone. I have recently been trying to plot fourier transforms. After taking the fourier transform of a particular function of the time domain for example a sinusoid. I get a sum of terms each with a translated Dirac function. When I try and plot the series of Dirac functions it doesnt work in the sense that there is nothing displayed. The plot initializes but there are no Dirac functions. Is there a way to plot Dirac Functions? thanks
Dear Maple Users, I have the following problem: How to find the best-fitted function P(x,y) = ax+by+cxy+d to the following data: i= 0, 1, 2, 3, 4 , 5 , 6 , 7 xi= 150, 152, 154, 156, 156, 157, 158, 158 yi= 134, 136, 106, 61, 90, 124, 41, 135 I know that in Maple functions that can solve interpolation and approximation problems with one variable are implemented. But how to solve the problem with two variables? Best regards, Wieslaw Kotarski kotarski@gate.math.us.edu.pl
Hi to everybody I'm a new user of Maple How can I solve this system? > eq1:=1039.44*Diff(Diff(ck(r),r),r)+80960*Diff(ck(r),r)*Diff(p(r),r)+80960*ck(r)*Diff(Diff(p(r),r),r)=0; / 2 \ | d | / d \ / d \ eq1 := 1039.44 |---- ck(r)| + 80960 |--- ck(r)| |--- p(r)| | 2 | \ dr / \ dr / \ dr / / 2 \ | d | + 80960 ck(r) |---- p(r)| = 0
hi everyone , please help me to sort out this problem ... suppose i have a matrix 1 2 3 ? 2 ? 2 1 6 where ? are unknown values . what i want to do is to "Fill in the missing values by the respective attribute means. " How i will do it matlab? please help me as soon as possible ...
I have been experimenting with overloading existing Maple functions by creating an appropriate package, as described in the "overload" help. It works fine in general. I was hoping to change the definition of `abs` on type Vector to be sqrt(V . V) in this way, but the change does not work because `abs` already has an alternative definition on this datatype and it seems that built in functions take precedence over overload versions that one has added. Is there any way of achieving this? Grateful for any pointers.
Maple usually has white background and red font. How to set font black and background color in light grey? Should I use "Format"--"Styles"? But why each time when I build new file I lost the previous style setting?
weights in Statistics[NonlinearFit] within M10:

what does that do exactly - stupid me can not find from the help
saying "weights = Vector -- Provide weights for the data points"
Does that mean the points are weighted (i e the count multiple)
or does it do (fct(x_i) - approx(x_i) )^2 / weight_i or what?
If i save a sheet in M10 and open it then it shows tildes
dispite having interface( showassumed = 0 ) in my ini file.
In M9.5 that was ok (using WIN ME in both cases, classical
interface of course ... and having asumptions in the sheet)

How this ugly behaviour can be avoided?

Trying to calculate the determinant of matrix A i have to add extra details to the function (integer) to get result (for example): Det(A) - does not work for me, but - Det(A) mod 10000 (or 10^n); - does and gives the result (honestly it took me a while to get it clear, i mean to get Det(A) work). I think it's not the way it is supposed to work. In help it's simply clarified that Det(A) function should give the result of determinant of matrix A, without any additional integers like mod :/. I can't figure out this riddle.. (i've started using maple 3weeks ago, and mostly for algebra and geometry). Any help pls? Do i have to change any settings? Tnx, in advance =).

I want to know how to send mails to multiple email addresses using PHP code. Thanks. http://www.hytechpro.com
Does anyone have advice for content in a maple tutorial for calculus students and any math students for that matter? I am doing a tutorial to help students avoid the fear of Maple and try to help them to avoid common mistakes. Any suggestions would be great!
pls check the attached worksheet ... any reason for that behaviour?

PS: not attached due to some oddity of the forum software,
"Error attaching file 102_strangeRoot.mws: exceeds maximum file size"

so take it from http://www.axelvogt.de/maplekram/strangeRoot.mws
(or *.zip if perfered, it is below 4 kB anyway ...)
I'm trying to figure out how to fit the data below to a curve of the form: a+b*sin[(pi*x)/6-c] How do can I do this in Maple 10? 1,43.2 2,47.2 3,53.7 4,60.9 5,70.5 6,82.1 7,88.0 8,86.0 9,77.4 10,66.0 11,51.5 12,44.1
Is it possible with Maple 10 to change a document so that in the middle, there are two columns? One might imagine having some text describing how data was gathered where the text is spread over the usual six inches or so. Reading on down the document, the style might change to two columns: a graph of the data in the right column and comments on the data in the left. After this, the document could revert to the normal six inch, full line text. Did I not see something such as this in a demo at the Maple Summer Conference?
I want to display a 3dplot of a current

iL_RMS_3dplot_Ue_const:=plot3d(iL_RMS_func_Ue_const, 0..2, 0..1, axes=normal, title="RMS current through the inductor with Ue constant and Ua variable", labels=["Ia_IaLGmax", "Ua_Ue", "iL_RMS_Ue_const"]);

together with an output curve. The output curve (which is two dimensional) should have as the z value in a 3d plot the value of iL_RMS_3dplot_Ue_const at that place. I have uploaded an example to http://www-users.rwth-aachen.de/Kai.Schueler/3dplot_example.jpg (the blue curve is the output curve). Is it possible, without recalculating the z value with a function to call, to extract it from the iL_RMS_3dplot_Ue_const plot data structure with an op command or something similar. The 3dplot command for the output curve should look somehow like this:
First 2144 2145 2146 2147 2148 2149 2150 Page 2146 of 2151