|
From: Valery P. <pi...@is...> - 2016-05-08 11:06:14
|
Добрый день! Сюда мало кто пишет. Думаю, что этот список расылки не актуален. Для получения быстрых ответов подпишитесь на max...@li... Относительно вопроса: Maxima 5.37.3 http://maxima.sourceforge.net using Lisp SBCL 1.2.15-1.3-suse Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. (%i1) display2d:false; (%o1) false (%i2) solve([b=a*k1,c=b*k2],[a,b]); (%o2) [[a = c/(k1*k2),b = c/k2]] On 07.05.2016 23:05, Иващенко Валерий wrote: > Приветствую!) > > Не могу понять, как сделать элементарную задачу - выразить переменную > через систему уравнений. > Например: > b=a*k1 > c=b*k2; > Хочу получить `a` выраженное через `c`, т.е.: a=c/(k1*k2). > Как это сделать в maxima? > Вот как пробовал, и не получилось: > > /* [wxMaxima: input start ] */ > b=a*k1; > /* [wxMaxima: input end ] */ > /* [wxMaxima: input start ] */ > c=b*k2; > /* [wxMaxima: input end ] */ > /* [wxMaxima: input start ] */ > solve(b,a); > /* [wxMaxima: input end ] */ > /* [wxMaxima: input start ] */ > solve(%i1,a); > /* [wxMaxima: input end ] */ > /* [wxMaxima: input start ] */ > solve(c,a); > /* [wxMaxima: input end ] */ > /* [wxMaxima: input start ] */ > solve(%i2,a); > /* [wxMaxima: input end ] */ > > -- > С уважением, > Иващенко Валерий > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > _______________________________________________ > Maxima-lang-ru mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-lang-ru |