Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

How do i plot a graph  of  (H .vs. X/(2.Pi.sqrt(2))) for different values of time =t

H is the film thickness

When I plot my values, I get a normal graph of H .vs. X, but I need to see the above mentioned graph.

Please suggest solutions.

The command which I wrote for my graph generation, looks like this:::::::::

> IBC := {h(x, 0) = 1+0.1e-2*sin(x/sqrt(2)), (D[1](h))(0, t) = 0, (D[1](h))(2*Pi*sqrt(2), t) = 0, (D[1](D[1](D[1...

Hi.

I have a procedure that takes multiple parameters, in which I want to fix all but one, and then define a single variable function that maps x to this remaining unspecified parameter, so I can give it to the plot() routine. I would like to define a number of such single variable functions for different values of the parameters and plot them all on the same axes.

Ideally, I would like to find a way to make the following, instead of returning 14, return 21,...

 

Can someone tell me why sprintf wont work in this situation?

 

out-of-balance_final.mw

Hi,

I want to explore for example:

Explore(plot(Sum(i^2*sin(i*x), i = 1 .. n), x = 0 .. 10));

I know that animate can be applied as:

animate(plot, [Sum(i^2*sin(i*x), i = 1 .. n), x = 0 .. 10], n = 1 .. 10);

Is it possible to get the Exploration Assistant in the same worksheet after the command Explore and not in another worksheet ?

Explore can be done for many parameters which is not the case for animate.

Thanks for any suggestion

I solved the canonical equations as piecewise functions and I wrote the Hamiltonian using these piecewise functions. Now the Hamiltonian is function of time (tau). I can not plot this Hamiltonian. Where is my mistake, please? Below is the Maple program. I mention that I tried to simplify the Hamiltonian, but without succes. Thank you for helping me.

                    ...

Hi,

 

I am trying to plot a 3D contour plot of a list of points in a csv file. I was able to successfully import the csv file to Maple, but when I try to do anything with the file, I get error messages. I don't really know how to do this, so if anyone could help me asap that would be great!

Hi,

Well i'm new to the maple program and i'm attempting to get my feet wet with a fairly simple problem. I'm attempting to make a system that all i have to do is enter the x value's and have it give me x-bar and then take the standard devation of those figures. So far this is what I have

S:=s->sqrt((sum(x-xb)^2)/(n-1))

 

If possible i can work this all I would want to enter is the x value and the n value and have the mean automaticaly...

Hi Dr. Kamel Boughrara,

I have a question,  I know phi = B*A, but in code i can't understand a part of it, can you kindly explain it in engineering terms.  

kindly see the attach file for phi.

Second question

why e-->sum(factor(e(t)),n=1..100), wht this means, 

Hi guys,

I am working on the following pde

m0=-Bwssss+(Ft-Bwss2)s(ws+rs0)+(Ft-Bwss2)wss+q

where

Ft=EAe+T0+pwgPiDo2 (Hw-z)/4-pmgPiDi2 (Hm-z)/4

Hi,

I am missing two options in the "fieldplot3d" command, which I am using in cylindrical coordinates: one is "style=contour" and the other is "axes=cylindrical" where apparently only the "axes=boxed" option as available.
Any ideas how I can get this?

Or can I show a polar plane at one end of the cylinder? like in the post:
http://www.mapleprimes.com/questions/38553-Plot-3D-Cylindrical-Coordinates


this is my plot:

with(plots):with(VectorCalculus):

Hi Dr. Kamel Boughrara,

I have question regrding the analytical solution in section 3.3,  I am attaching a file.   Question is regarding  the programming you did, does it has any effect on the solution.  Because i tried to change the values for p, and other variables but could't see the effect.

Also wht the following variable means;

Hi i´m writing a paper about math and i use maple 10 and M. Word 2007 for it, i started with a Laptop with Windows 7 and when i finished it, i open the archive in a desk computer having the same especifications  i notice that the images of ecuations were altered changing "+" and "-" for "C´s" and "K´s", i tried a lot of computers with others especifications and my problem still the same, i changed the format and other stuff but i can´t...

My problem is the following:

I need to add the elements of a matrix (300 by 2) of real numbers  in such way that i will get a new list of elements each one of which will be defined as the sum of all the previous elements plus itself (i mean the elements found in the first matrix).

To make it more clear i want with that way to get results for an intergration made by the trapezoid rule which is not applied to a function but to a list of values stored in a...

Let's consider the following functions:

1/x,1/(exp(x)-1),1/sqrt(x)-all have a singularity at x=0.All got almost similar plot.Now,making the decision if the integration blows up or not at x=0,just by looking at the plot could be misleading.So after integration from 0 to a finite value,say 1, Maple provides the answer-the first two diverge,the last one converges to 2.Now how can I be certain that Maple just simply didn't make a mistake about the first two?Is there any...

First 1675 1676 1677 1678 1679 1680 1681 Last Page 1677 of 2219