User Portlet User Portlet

Discussions
Hello guys, how are you? I have the following program: c = 0.5; Theta = 10 Pi/15; A[c_, Theta_] := c^2 Sin[Theta]; B[c_, Theta_] := c^3 Sin[Theta]; C[c_, Theta_] := c^4 Sin[Theta]; ...