Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x = var('x')
y = var('y')
T = x/(x^2+y^2)
contour_plot(T, (x, -1, 1), (y, -1,1))
Solution by:
- ganesh, developer, space
- bhanukiran, student, technical university of Delft
- saransh, student, sobhit university
