Hey, thanks! That's exactly what I was looking for. After posting this thread I went and wrote a simple C program to solve the problem by brute force; i.e. an iterative solver. It works, and it gave me an accurate solution, but not quite as elegant as doing it your way.
Hi folks, I have a problem that I am trying to figure out that I hope you can help me with. I don't want to be spoon fed as I like discovering things for myself, but this one has me stumped and I'd appreciate some guidance.
The end result I am trying to obtain is a function which allows me to...