janhardo

700 Reputation

12 Badges

11 years, 44 days

MaplePrimes Activity


These are replies submitted by janhardo

@acer 

Thanks

Yes, this example is from a short tutorial in studying dynamical systems.

" Upload and attach your worksheet. (Why do you need to be asked this?)

[edit] If this is some claim you found online or in a text, why not share the source of that with us?"

Next time  when this occur again a question i post it in maple example as a worksheet. 
Of course i do want share source text, but it was late yesterday evening when i read the maple primes  e-mail.
 Went  biking that day and we are here now in a tropical temperatures week( unique ) in Holland and was a little bit exhausted.
The next morning then..
  


  

@nm 

Thanks

It gives me the same result as yours code showed, so no need to contact Maple support.
Its old code and worked on earlier maple versions then?

I was too thinking on a returm, but this code looks strange without end proc and no ; for the statement

Also you defined input parameters too, so i don't know what the author of this code has in mind for this as a (confusing) example ?      

@acer 

Thanks

Because it was not working this procedure  and from this a long unsolved issue that  i never understood the use of a proc ( ) without a parameter definition

@vv 

Thanks

It works again

@nm 

Thanks

Seems to be now working with a new restart of Maple after two times of opening in Maple earlier with a error message like in my posted example  ?
It are old worksheets and get a overhaul in Maple and i thought that it was the cause of not plotting.

Its working now correct and see the integral curves  in the DEplot 

 

@Carl Love 
Thanks

Remarkable that all answers/results in Maple not automated can be checked
There is a human involved to sort this out with limitations also too as i understand it correct.

@acer 

Interesting, but al that do and don't  makes it not really easy.
Is it not possible in a "next level" of programming to simplify this ? 
In general ask myself can Maple be programmed to a higher level of user-friendlyness ?

Its a Achimedean Solid this regular tetrahedron ?
For someone who wants to learn the geom3d  package better  its a useful example 

See also https://www.mapleprimes.com/questions/230162-Calculating-Area-Of-Shadow-#answer271424

 

 

ode:=diff(f(x),x)=f(x)^(-1);
dsolve(ode);
                                   d          1  
                           ode := --- f(x) = ----
                                   dx        f(x)
                                (1/2)                     (1/2)
              f(x) = (2 x + _C1)     , f(x) = -(2 x + _C1)     

@janhardo 

@Carl Love 

Thanks

Well , i don't see it , thats why i could not figured out by meself

 

@nm 

Thanks

You are right for this type of ODE its solved by integrating and rather easy to solve. 

@vv 

Thanks

Yes, indeed its not function with multiplicative inverse., but a inverse function see 

https://en.wikipedia.org/wiki/Inverse_function

@nm 

Thanks

Just annother last question :how do you get the blue answers between the gray boxes ?  

@acer 

Thanks

Yes, i tried that first with the <pre> tags( no <quote> tags) ( made in past some websites , so tags were familiar) 
But get not the text between the two tags.
There were two  <P>  lines and the blocks get separated 
Tried several times and gave up too soon.

 

 

@nm 

DEtools['odeadvisor']( y(x) = 1*ln(cos(diff(y(x), x)))+(diff(y(x), x))*tan(diff(y(x), x)), y(x), 'help' );
                          [_dAlembert]
----------------------------------
DEtools['odeadvisor']( y(x) = ln(cos(diff(y(x), x)))+(diff(y(x), x))*tan(diff(y(x), x)), y(x), 'help' );
                          [_dAlembert]



For x= 1 you get a dAlembert ODE

First 53 54 55 56 57 58 59 Last Page 55 of 73