|
39 | 39 | "source": [
|
40 | 40 | "------------\n",
|
41 | 41 | "\n",
|
42 |
| - "#### Task 1: Create wireframe of hyperbolic paraboloid on the domain <-10,10>X<-10,10>\n", |
| 42 | + "#### Task 1: Create wireframe of hyperbolic paraboloid on the domain made from intervals `<-10,10>` x `<-10,10>`\n", |
43 | 43 | "\n",
|
44 | 44 | "* hyperbolic paraboloid equation is: z = x*x - y*y"
|
45 | 45 | ]
|
|
69 | 69 | "source": [
|
70 | 70 | "\n",
|
71 | 71 | "-------------\n",
|
72 |
| - "#### Task 2: Create surface plot of eliptical paraboloid on the domain <-10,10>X<-10,10>\n", |
| 72 | + "#### Task 2: Create surface plot of eliptical paraboloid on the domain made from intervals `<-10,10>` x `<-10,10>`\n", |
73 | 73 | "\n",
|
74 | 74 | "* eliptical paraboloid : z = x*x + y*y"
|
75 | 75 | ]
|
|
97 | 97 | }
|
98 | 98 | },
|
99 | 99 | "source": [
|
100 |
| - "#### Task 3: Create surface plot of eliptical paraboloid on the domain <-10,10>X<-10,10>\n", |
| 100 | + "#### Task 3: Repeat the surface plot of eliptical paraboloid on the domain made from intervals `<-10,10>` x `<-10,10>` from the previous task.\n", |
101 | 101 | "\n",
|
102 |
| - "* Also create a contour projection on the plane z=0 (HINT: use the parameter 'zdir' of contour plot)\n", |
| 102 | + "* Create a contour projection on the plane z=0 (HINT: use ax.contour method with X, Y and Z and parameters `cmap='jet'`, `zdir='z'`,`offset=0`)\n", |
103 | 103 | "\n",
|
104 | 104 | "* eliptical paraboloid : z = x*x + y*y"
|
105 | 105 | ]
|
|
142 | 142 | ],
|
143 | 143 | "metadata": {
|
144 | 144 | "kernelspec": {
|
145 |
| - "display_name": "Python 3", |
| 145 | + "display_name": "Python 3 (ipykernel)", |
146 | 146 | "language": "python",
|
147 | 147 | "name": "python3"
|
148 | 148 | },
|
|
156 | 156 | "name": "python",
|
157 | 157 | "nbconvert_exporter": "python",
|
158 | 158 | "pygments_lexer": "ipython3",
|
159 |
| - "version": "3.7.9" |
| 159 | + "version": "3.9.7" |
160 | 160 | },
|
161 | 161 | "toc": {
|
162 | 162 | "base_numbering": 1,
|
|
0 commit comments