Re: trivial calculator problem

2021-05-02 Thread Ralf Hemmecke
> solve(impedance = 1 / (2 * %pi * frequency * capacitance)) > > > I get result: > > 1 >(3) [capacitance= --] > 106%pi > > Can you please tell, how can I get result as floating point value > instead ? (12) -> res := solve(impedance = 1

trivial calculator problem

2021-05-02 Thread Svjatoslav Agejenko
Hello ! I'm want to have arbitrary calculators to design electronics circuits. Idea is that I enter the formula and known values and let computer to calculate the missing part. I'm hopelessly stuck with Axiom/FriCAS in this trivial case: (I tried both) frequency == 10 -- Hz im