Advertisement
martaczaska

Untitled

Mar 15th, 2021
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.48 KB | None | 0 0
  1. H(x) = 500
  2. T(0) = T(1)= 20
  3. To = 0
  4. R = delt x/ kappa = (1/10)/0.1 = 0.01
  5.  
  6. v1 1 0 1 (20?)
  7.  
  8. r1 1 2 0.01
  9. r2 0 2 100
  10. i1 0 2 500
  11.  
  12. r3 2 3 0.01
  13. r4 0 3 100
  14. i2 0 3 500
  15.  
  16. r5 3 4 0.01
  17. r6 0 4 100
  18. i3 0 4 500
  19.  
  20. r7 4 5 0.01
  21. r8 0 5 100
  22. i4 0 5 500
  23.  
  24. r9 5 6 0.01
  25. r10 0 6 100
  26. i5 0 6 500
  27.  
  28. r11 6 7 0.01
  29. r12 0 7 100
  30. i6 0 7 500
  31.  
  32. r13 7 8 0.01
  33. r14 0 8 100
  34. i7 0 8 500
  35.  
  36. r15 8 9 0.01
  37. r16 0 9 100
  38. i8 0 9 500
  39.  
  40. r17 9 10 0.01
  41. r18 0 10 100
  42. i9 0 10 500
  43.  
  44. r19 10 11 0.01
  45. v2 11 0 1 (20?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement