Kaluza

10 Reputation

2 Badges

14 years, 177 days

MaplePrimes Activity


These are questions asked by Kaluza

Hello.

I can't find a very "basic" tutorial about data file plotting and I have very simple questions.

Assume that we have a file that contains :

0.5 0.2

0.3 0.9

0.4 0.1

0.7 0.6

 

The first thing to do is to read data. I have no problems for that :

mydata:=readdata("test.txt",2)

Then

mydata=[[0.5,0.2],[0.3,0.9],[0.4,0.1],[0.7,0.6]]

 

Question n°1

Hello.

My question is quite simple : how can we define the size in pixels of a plot ?

After plotting we can change the size of the image with the mouse but it is quite approximative.

For example is it possible to display (by default) all the plots of a worksheet in 800x800 pixels ?

Thank you very much.

Hello everybody !

I am trying to display some solutions for the differential equation :

eqdiffyx75:=

diff(y(x), x) = y(x)*(4.384477959*10^15/(1/(y(x)*x^2))^.25-1.330000000*10^16/x)/(x*(1.102240000*10^15*y(x)^2-2.192238980*10^15/(1/(y(x)*x^2))^.25))

When I make a DEplot, with the command : DEplot(

Page 1 of 1