Can my solve block be turned into a symbolic solution?
- October 23, 2013
- 4 replies
- 18714 views
Hi all,
I've been working on a problem and to be perfectly honest I don't know if there is a symbolic solution or how to check whether it can be solved in all cases but in any case I know it can be solved numerically for at least the values given in the attached worksheet. Also I'm not sure how to turn this into a symbolic solution (though I have tried). Specifically I wanted to constrain the problem to work with 2D vectors since I'm not sure if the problem would be solvable with more complex vectors (perhaps it doesn't matter). I'd be interested on your thoughts on this. My linear algebra isn't all that strong.
It involves some simple 2D vectors:
a = l + c
b = r +c
and l and r are orthogonal such that l dot r = 0
I want to find c and hence l and r given a and b. On the face of it, it seems to be 3 equations with 3 unknowns but I don't know if the third equation "counts" in this regard.
Regards,
Dave

