What I really need is to solve the system for s but solve([%% 6, %% 7], 
[s]) also gave me an empty list. I only added t because in Mathematica 
Reduce[{%7, %8}, {s, t}] gives several solutions one of which contains the 
sought equation for s [but after replacing k with n*m beforehand]. [s, 
exp(-k*t/m)] suggested by you gives the equation (6) solved for exp(-k*t/m) 
which is not what I want.


On Saturday, August 1, 2020 at 4:24:05 PM UTC+5, Waldek Hebisch wrote:
>
>
> 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/a2280e6b-07a4-4773-a5d6-b995af98d481o%40googlegroups.com.

Reply via email to