On Sat, Aug 01, 2020 at 02:09:58AM -0700, Roustam Shaitan wrote:
> Hello,
> 
> Why do I get an empty list at (8) as a result of the following commands?
> 
> (1) v:=operator 'v
> (2) m*a=-m*g-k*v(t)
> (3) subst(%% 2, a=D(v(t),t))
> (4) solve(%% 3, v, t=0, [V0])
> (5) integrate(%% 4, t=0..t)
> (6) subst(%% 5, [V0=Vx, g=0]) = s
> (7) subst(%% 5, V0=Vy) = 0
> (8) solve([%% 6, %% 7], [s, t])

This is limitation of current solver, it can not do much
in multivariate case when there are transcendental functions.

In this case substituting variable for 'exp(-k*t/m)' or
just command like:

solve(..., [s, exp(-k*t/m)])

works.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20200801112401.GB35252%40math.uni.wroc.pl.

Reply via email to