cannot solve simple equation
|
11-23-2023, 04:04 PM
(This post was last modified: 11-23-2023 04:15 PM by Albert Chan.)
Post: #3
|
|||
|
|||
RE: cannot solve simple equation
Error screen already gives all the information you need.
v = tan(t) , t=-1.57 .. 1.57 tan(1.57) ≈ 1256., v guess (unit m/s) too low to have measurable relativistic effect Let x = v/c, where c = 3e8 > solve(4.1 = 2.6/sqrt(1-x*x), x) → {−0.773213048007, 0.773213048007} Iterative solve: 4.1/2.6 about sqrt(2) → x about 0.75 > solve(4.1 = 2.6/sqrt(1-x*x), x=0.75) → 0.773213048007 Bisection solve: > solve(4.1 = 2.6/sqrt(1-x*x), x=0.6 .. 0.9) → [0.773213048007] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
cannot solve simple equation - Peter C - 11-23-2023, 03:22 AM
RE: cannot solve simple equation - Peter C - 11-23-2023, 01:44 PM
RE: cannot solve simple equation - Albert Chan - 11-23-2023 04:04 PM
RE: cannot solve simple equation - C.Ret - 11-23-2023, 05:30 PM
RE: cannot solve simple equation - Peter C - 11-23-2023, 08:13 PM
RE: cannot solve simple equation - nickapos - 11-24-2023, 07:20 PM
RE: cannot solve simple equation - Albert Chan - 11-24-2023, 08:34 PM
RE: cannot solve simple equation - nickapos - 11-25-2023, 12:30 AM
|
User(s) browsing this thread: 1 Guest(s)