Hi, I want to calculate the values of these numbers a, b and c. The only information I have:
a = √((b-c)²)
b = a * c
c = (a+b)/2
Anyone knows where to begin?
Hi, I want to calculate the values of these numbers a, b and c. The only information I have:
a = √((b-c)²)
b = a * c
c = (a+b)/2
Anyone knows where to begin?
Solve[]on these equations? – J. M.'s missing motivation Jun 30 '22 at 21:28Solve. You can also search for anything else. An example of an equation stated in mathematica isa == Sqrt[(b - c)^2]. Try learning howSolveworks and writing down your equations, and if you get stuck, come back! :) Also check out the most common pitfalls awaiting new users, which is quite thorough. – thorimur Jul 01 '22 at 00:12