Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Xsec = Sec(alfa, beta, gamma, N, T, Ks, P, ds)
- Res = (1/(alfa*gamma));
- A = (((N*T*Ks)/(P*(ds)^2))^gamma)+(beta/alfa);
- B = (1+(beta/alfa));
- L = log(A/B);
- Xsec = Res*L;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement