[sage-support] Re: solve

2018-10-05 Thread HG
yes exactly what I wanted. Sorry again for the bad explanation of my problem, by the way I hadn't found the wiki you gave the link Thanks Henri Le vendredi 5 octobre 2018 13:05:06 UTC+2, HG a écrit : > > I would like to solve these equations but I don't know how? > > > >

[sage-support] Re: solve

2018-10-05 Thread slelievre
It seems you want to revert the Lorentz transformation: https://en.wikipedia.org/wiki/Lorentz_factor#Occurrence In this case you have a system of equations relating the various quantities c, ga, t, tt, x, xx, v, where - ga is the gamma factor, c is the speed of light, - v is the relative speed

[sage-support] Re: solve

2018-10-05 Thread HG
sorry for the bazar ! I don't know how to make latex in the mail I will make it with sage Le vendredi 5 octobre 2018 13:05:06 UTC+2, HG a écrit : > > I would like to solve these equations but I don't know how? > > > > t_0=t_p==gamma*(t-V*x/c^2);show(t_0) > > x_0=x_p==gamma*(x-V*t);show(x_0) > >

[sage-support] Re: solve

2018-10-05 Thread HG
Sorry for not being clear :) I wonder if I can calculate x'′=γ(x−vt) t′=γ(t−vxc2) γ=11√−v2c2 Le vendredi 5 octobre 2018 13:05:06 UTC+2, HG a écrit : > > I would like to solve these equations but I don't know how? > > > > t'=gamma*(t-vx/c^2);show(t') > > x'=gamma*(x-v*t);show(x') > > > >

Re: [sage-support] solve

2018-10-05 Thread Dima Pasechnik
On Fri, Oct 5, 2018 at 12:05 PM HG wrote: > > I would like to solve these equations but I don't know how? > > > > t_0=t_p==gamma*(t-V*x/c^2);show(t_0) > > x_0=x_p==gamma*(x-V*t);show(x_0) > > > > solve(t_0,gamma*(t-V*x/c^2)) > > desolve(gamma*(t-V*x/c^2)==0,x) > > > > error desolve() takes at

[sage-support] solve

2018-10-05 Thread HG
I would like to solve these equations but I don't know how? > > t_0=t_p==gamma*(t-V*x/c^2);show(t_0) > x_0=x_p==gamma*(x-V*t);show(x_0) > > solve(t_0,gamma*(t-V*x/c^2)) > desolve(gamma*(t-V*x/c^2)==0,x) > > error desolve() takes at least 2 arguments (1 given) > > Any help? > Henri -- You

Re: [sage-support] Unable to display graphs from Ubuntu 18.04, Sage 8.3, 64 bit PC

2018-10-05 Thread slelievre
On Sun 2018-08-12, 20:26:15 UTC+2, Graham Gerrard wrote: > > Thanks for the helpful comments, Vincent. Will try again > with the official 18.04 version and "think" the Debian way. > Assume that no news is good news and that you have a happy customer. Note that other ways to install SageMath under

[sage-support] Re: solve /desolve

2018-10-05 Thread slelievre
On Wed 2018-10-03, 18:34:51 UTC+2, HG wrote: > I would like to solve these equations but I don't know how? > > t_0=t_p==gamma*(t-V*x/c^2);show(t_0) > x_0=x_p==gamma*(x-V*t);show(x_0) > > solve(t_0,gamma*(t-V*x/c^2)) > desolve(gamma*(t-V*x/c^2)==0,x) > > error desolve() takes at least 2 arguments