variable evaluation



On 4/3/07, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> If they are consistent linear equations, and so you are certain there
> is exactly one value returned, the value would be
> part(solve(...),1,2).  I don't recommend this sort of error-prone
> shortcut in production code, but try it out to see if it does what you
> want.

I don't recommend calling part when there are functions to
encapsulate it. Calling a specific function makes the intent
much clearer to the reader IMNSHO. E.g. rhs, lhs, op, args.

FWIW
Robert