Solving multiple formulas using recursion

后端 未结 0 694
无人共我
无人共我 2021-01-13 10:17

I have to use recursion to compute the value of the following formulas:

m = 1.4 *t + 1.2*z + 0.8*l + 0.1*o

o = 1.0 *g + 1.3 *g + 1.3 *f + 0.2 *t

t = 0.9*g +         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题