BrianB

96 Reputation

2 Badges

13 years, 45 days

MaplePrimes Activity


These are questions asked by BrianB

Hi

I have some 3d plots with colors that I would like to export to a vector format such as eps or ps. At the end I will use it as a eps picture in a latex document so if it is possible to export directly to vectorized eps.

I have tried to used to export feature but this simply export it to something that look like a very hard compressed jpeg picture.

Does anyone know how to do this?

 

Thanks in advance

Regards Brian

Hi

I have a problem with an assumed real variable that are not inserted into equations if it is given an nummeric value. I have tried to make and example below:

> restart;
> with(plottools);
> with(linalg);
>with(plots);
> assume(theta, real);

>A := e^(I*theta)

Hi

I have some calculations/results which I use in many other documents. Is there anyway to link to this document that contains results I need for another sheet in the beginning of the sheet I need the calculations for?

 

Thanks in advance

Regards Brian

Hi

I have an old maple document written as 1-D math input. In order to make the document more clear I used the convert to 2-D math input funtion.

The following expression containing a unknown function phi[0] and a guess on this function has both been converted to 2-D math input.

U0:=1/2/mu*exp(-I*theta)*(kappa*phi[0](z)-z*conjugate(diff(phi[0](z),z))-conjugate(psi[0](z)));

phi[1](z) := A[1]*z^(lambda+I*epsilon)+B[1]*z^(lambda-I*epsilon);

Hi

I have som 2D and 3D plots where I would like to change some parameters/constants interactively so that the plot updates automaticly.

I expect that some sort of scroll bar could be used to change a constant interactivly but I need a little help for what it is called in maple and a hint for how it is programmed.

Thanks in advance

regards Brian

1 2 Page 2 of 2