Two new equations not symmetric

In hw5-3, I exchanged the two new added equations and the program no longer passes. So I'd like to know why the two equations are not symmetric? Thank you.

asked 26 Mar '12, 19:20

Kai%20Li's gravatar image

Kai Li
14539
accept rate: 100%

To award karma to helpful answers, you can press the thumbs up button on the left side and/or accept an answer (by clicking checkmark under thumbs up/down buttons). This will give you some karma too, and unlike giving karma directly, does not take it away from you :-)

(26 Mar '12, 19:49) Gundega ♦♦ Gundega's gravatar image

One Answer:

Yes, the order matters, because the first value is used to calculate the second (it is not simultaneous update). You can see more discussion and explanation here - hw-5-3-order-matters-for-updating-points

link

answered 26 Mar '12, 19:30

Gundega's gravatar image

Gundega ♦♦
44.0k70170315

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5,185
×69

Asked: 26 Mar '12, 19:20

Seen: 140 times

Last updated: 26 Mar '12, 19:49