0
Find the error. The following code attempts to compute the first order effects of some physical process.
cofactor = alpha*x*x 1storder = 1.0/cofactor 2ndorder = 2.0**1storder
2 Antworten
cofactor = alpha*x*x 1storder = 1.0/cofactor 2ndorder = 2.0**1storder