Dr.Peterson
Elite Member
- Joined
- Nov 12, 2017
- Messages
- 16,722
Correct. Their list covers all possible orders in which the operations can be executed, without regard to the fact that, if the operation is associative, they will all have the same value. Your additions (with fewer parentheses) did not fully specify the order explicitly; and additional parentheses could have been added which would not result in different orders.So * can be any arbitrary operation .
And it is named " product"
The 5 ways that they have given keeping in mind that these are Just enough to show any type of arbitrary operation whether it will be Associative or non associative are just "Fully parenthesized" which is extremely important if operation is non associative!
The list is just fully parenthesized so that any non associative operation can be evaluated without any problem as the order in Which
operation will be performed via " parentheses" has been clearly described Which subexpression to evaluate in order
that's why my two forms are not validate in this list.