Lab 3
Lab 3
Output :
Example 2 :
Output :
6𝐱𝐍𝐲𝐍𝐳𝐍
Example 3 :
1
2TG22CG003
N=CoordSys3D('N')
x,y,z=symbols('x y z')
A=N.x**2*N.y*N.z*N.i+N.y**2*N.z*N.x*N.j+N.z**2*N.x*N.y*N.k
delop=Del() curlA=delop.cross(A) display(curlA)
print(f"\n Curl of {A} is \n")
display(curl(A))
Output :
Output :
2
2TG22CG003
Output :
Output :