Geometry Stumper
|
08-16-2018, 06:46 PM
(This post was last modified: 10-04-2018 06:35 PM by Albert Chan.)
Post: #20
|
|||
|
|||
RE: Geometry Stumper
Hi, Thomas Puettmann,
I don't know about computers replacing human to do "math". But, it allowed you to do things you would never dare checking. For example, how about proving a straight line by adding up distance ? Warning: do not do this by hand ! Even CAS have a tough time ... In[1]:= pointE = {x, y} /. Solve[y == ae*x == be*(x - 1), {x, y}] // First; In[2]:= pointD = pointE /. {ae -> -1/ae, be -> -1/be} // Simplify; In[3]:= pointC = {k, 1}; Code: In[4]:= distance[pt_] := Sqrt[pt[[1]]^2 + pt[[2]]^2]; Solving for value of k so DCE is straight, we got {k -> k} That means DCE is always straight |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)