SlideShare a Scribd company logo
1 of 5
> with(plots);
SUPERFICIES
> implicitplot3d(x^2+y^2+z^2 = 4, x = -5 ..5, y = -5 .. 5, z = -5 ..5, numpoints=2000, labels=[y,x,
z],axes= NORMAL);
> implicitplot3d(4*x^2+5*y^2-7*z^2 = 4, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=10000, labels
= [y,x,z],axes= NORMAL);
> implicitplot3d(4*x^2-5*y^2-7*z^2 = 4, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 5000, labels=
[y,x,z], axes= NORMAL);
> implicitplot3d(3*y^2+5*z^2 = 4, x = -5 ..5, y = -5 ..5, z = -5 ..5, numpoints=3000, labels=[y,x,
z],axes= NORMAL);
>
> implicitplot3d(3*y^2-4*z^2= 4, x = -5 .. 5, y = -5 ..5, z = -5 .. 5, numpoints=3000, labels=[y, x,
z],axes= NORMAL);
> implicitplot3d(2*z^2= 16, x = -5 ..5, y = -5 ..5, z = -5 ..5, numpoints=100, labels= [y,x,z], axes
= NORMAL);
> implicitplot3d(4*x^2+3*y^2+2*z^2 = 0, x = -5 ..5, y = -5 ..5, z = -5 .. 5, numpoints=3000, labels
= [y,x,z],axes= NORMAL);
> implicitplot3d(5*x^2+4*y^2-3*z^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=3000, labels=
[y,x,z], axes= NORMAL);
> implicitplot3d(-2*y^2-2*z^2 = 0, x = -4 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=1, labels= [y,x,z],
axes= NORMAL);
> implicitplot3d(-3*y^2+4*z^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3000, labels= [y,x,
z],axes= NORMAL);
> implicitplot3d(z^2=0, x = -5 .. 5, y = -5 .. 5, z = -10 .. 10, numpoints=300, labels= [y,x,z],axes=
NORMAL);
> implicitplot3d(z=x^2+y^2, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints = 5000, labels= [y,x,z],
axes= NORMAL);
> implicitplot3d(z=x^2-y^2, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3500, labels= [y,x,z],
axes= NORMAL);
> implicitplot3d(x^2= z, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=3000, labels=[y,x,z], axes=
NORMAL);
> implicitplot3d(6*x^2+3*y^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3000, labels= [y,x,
z],axes= NORMAL);
> implicitplot3d(x^2-y^2= 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=300, labels=[y,x, z],axes
= NORMAL);
> implicitplot3d((x^2+(9/4)*y^2+z^2-1)^3-x^2*z^3-(9/80)*y^2*z^3 = 0, x = -1.5 .. 1.5, y = -1.5 ..
1.5, z = -1.5 ..1.5, numpoints=90000, labels= [y,x,z], axes= NORMAL);
> implicitplot3d(x^2-z-3=0, x = -5 .. 5, y = -6 .. 6, z = -5 .. 5, numpoints= 300, labels=[y, x,z],axes
= NORMAL);
> implicitplot3d(x =4*z^2, x = -5 .. 5, y = -5 .. 5, z = 0 ..5, numpoints=3000, labels=[y,x, z],axes=
NORMAL);
> plot3d([y*cos(x),y*sin(x),y],x = -5 .. 5, y = -5 .. 5, numpoints=3000, axes= normal);
> implicitplot3d(3*x^2+2*y^2-z^2+6*x-2*z-13 = 0, x = -5 .. 5, y = -5 .. 10, z = -5 ..5, numpoints=
3000, labels=[y,x, z],axes= NORMAL);
> implicitplot3d(x^2+y^2= (8+sqrt(3^2-z^2))^2, x = -15 ..15, y = -15 .. 15, z = -9 .. 9, numpoints=
5000, labels=[y,x, z],axes= NORMAL);
> with(Student[Calculus1]);
> SurfaceOfRevolution(8+sqrt(9-x^2),x = -7 .. 9, numpoints=500, output= plot);
> with(plottools);
[arc, arrow,circle,cone,cuboid,curve,cutin,cutout,
cylinder,disk,dodecahedron,ellipse,ellipticArc,getdata,
hemisphere,hexahedron,homothety,hyperbola,icosahedron,
line,octahedron,parallelepiped,pieslice,point,polygon,
project,rectangle,reflect,rotate,scale,semitorus,sphere,
stellate,tetrahedron,torus,transform, translate]
> with(plottools);
> implicitplot3d({seq(4*x-2*y+k*z= 0, k = 1 .. 6)}, x = -3 .. 3, y = -3 .. 3, z = -3 .. 3, axes= NORMAL);
> implicitplot3d({seq(3*k*x-k*y-2*z= 0, k = 1 ..6)}, x = -3 .. 3, y = -3 .. 3, z = -3 ..3, axes=
NORMAL);
> implicitplot3d(4*x^2+4*z^2 = y^2, x = -15 ..15, y = -15 ..15, z = -9 .. 9, numpoints= 5000, labels
= [y,x,z],axes= NORMAL);
>
> implicitplot3d(x^2+2*y^2 = z, x = -5 .. 5, y = -5 ..5, z = 0 .. 9, numpoints=50000, labels=[y, x,z],
axes= NORMAL);
> smartplot(x^2+y^2= 1, x^2+y^2 = 4, x^2+y^2 = 9, x^2+y^2 = 16, x^2+y^2 = 25);
> plot3d([y*cos(x),y*sin(x),y],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes= normal);
> plot3d([2*cos(x)*sin(y),4*sin(x)*sin(y),2*cos(y)],x = -5 .. 5, y = -5 .. 5, numpoints= 1000, axes=
normal);
> plot3d([4*sqrt(x)*cos(y),6*sqrt(x)*sin(y),x],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes=
normal);
> plot3d([x,y,x*y],x =-5 .. 5, y = -5 ..5, numpoints=1000, axes= normal);
> plot3d([2*sinh(x),4*cosh(y),x],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes= normal);
> plot3d([(8+5*cos(y))*cos(x),(8+5*cos(y))*sin(x),5*sin(x)],x = -5 .. 5, y = -5 .. 5, numpoints=
1000, axes= normal);
>

More Related Content

What's hot

Funciones1
Funciones1Funciones1
Funciones1Ray Mera
 
10CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 610CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 6Vanishree Arun
 
Math for 800 09 functions
Math for 800   09 functionsMath for 800   09 functions
Math for 800 09 functionsEdwin Lapuerta
 
Rules of derivatives 2.2
Rules of derivatives 2.2Rules of derivatives 2.2
Rules of derivatives 2.2Lorie Blickhan
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltasjesquerrev1
 
Zadaci iz matisha
Zadaci iz matisha Zadaci iz matisha
Zadaci iz matisha titoyebac
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltasjesquerrev1
 
ES6 and AngularAMD
ES6 and AngularAMDES6 and AngularAMD
ES6 and AngularAMDdhaval10690
 
March 19 Quadratic Test Review
March 19 Quadratic Test ReviewMarch 19 Quadratic Test Review
March 19 Quadratic Test Reviewste ve
 
Sketching derivatives
Sketching derivativesSketching derivatives
Sketching derivativesssuserdb91c91
 
Introduction to R
Introduction to RIntroduction to R
Introduction to RHappy Garg
 
Kalkulus kelompok 4
Kalkulus kelompok 4Kalkulus kelompok 4
Kalkulus kelompok 4ssuser2eac73
 
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料Ken'ichi Matsui
 
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」Ken'ichi Matsui
 
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」Ken'ichi Matsui
 
統計的学習の基礎 4章 前半
統計的学習の基礎 4章 前半統計的学習の基礎 4章 前半
統計的学習の基礎 4章 前半Ken'ichi Matsui
 

What's hot (20)

Funciones1
Funciones1Funciones1
Funciones1
 
Turunan Fungsi Aljabar
Turunan Fungsi AljabarTurunan Fungsi Aljabar
Turunan Fungsi Aljabar
 
10CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 610CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 6
 
Clase de matlab
Clase de matlabClase de matlab
Clase de matlab
 
Math for 800 09 functions
Math for 800   09 functionsMath for 800   09 functions
Math for 800 09 functions
 
Rules of derivatives 2.2
Rules of derivatives 2.2Rules of derivatives 2.2
Rules of derivatives 2.2
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltas
 
Zadaci iz matisha
Zadaci iz matisha Zadaci iz matisha
Zadaci iz matisha
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltas
 
ES6 and AngularAMD
ES6 and AngularAMDES6 and AngularAMD
ES6 and AngularAMD
 
March 19 Quadratic Test Review
March 19 Quadratic Test ReviewMarch 19 Quadratic Test Review
March 19 Quadratic Test Review
 
Sketching derivatives
Sketching derivativesSketching derivatives
Sketching derivatives
 
Tabla integrales
Tabla integralesTabla integrales
Tabla integrales
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
 
Kalkulus kelompok 4
Kalkulus kelompok 4Kalkulus kelompok 4
Kalkulus kelompok 4
 
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
 
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
 
Sql
SqlSql
Sql
 
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
 
統計的学習の基礎 4章 前半
統計的学習の基礎 4章 前半統計的学習の基礎 4章 前半
統計的学習の基礎 4章 前半
 

Similar to Superficies en maple

Basic algebra and graphing
Basic algebra and graphing Basic algebra and graphing
Basic algebra and graphing Bob Marcus
 
Matrix chain multiplication
Matrix chain multiplicationMatrix chain multiplication
Matrix chain multiplicationKiran K
 
Clase de matlab
Clase de matlabClase de matlab
Clase de matlabDeyBarreto
 
graficas matlab
graficas matlabgraficas matlab
graficas matlabxavelu
 
ゲーム理論BASIC 演習6 -仁を求める-
ゲーム理論BASIC 演習6 -仁を求める-ゲーム理論BASIC 演習6 -仁を求める-
ゲーム理論BASIC 演習6 -仁を求める-ssusere0a682
 
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-ssusere0a682
 
Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)William Faber
 
3rd Period Review Withanswers
3rd Period Review Withanswers3rd Period Review Withanswers
3rd Period Review Withanswersberemontalvo
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswersMaria
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswersMaria
 
ゲーム理論BASIC 第40回 -仁-
ゲーム理論BASIC 第40回 -仁-ゲーム理論BASIC 第40回 -仁-
ゲーム理論BASIC 第40回 -仁-ssusere0a682
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
Ejerciciosderivadasresueltos
EjerciciosderivadasresueltosEjerciciosderivadasresueltos
Ejerciciosderivadasresueltosbellidomates
 
Day 7 review (2)
Day 7   review (2)Day 7   review (2)
Day 7 review (2)lgemgnani
 

Similar to Superficies en maple (20)

Matlab file
Matlab file Matlab file
Matlab file
 
Basic algebra and graphing
Basic algebra and graphing Basic algebra and graphing
Basic algebra and graphing
 
Matrix chain multiplication
Matrix chain multiplicationMatrix chain multiplication
Matrix chain multiplication
 
Mat lab day 1
Mat lab day 1Mat lab day 1
Mat lab day 1
 
Clase de matlab
Clase de matlabClase de matlab
Clase de matlab
 
graficas matlab
graficas matlabgraficas matlab
graficas matlab
 
ゲーム理論BASIC 演習6 -仁を求める-
ゲーム理論BASIC 演習6 -仁を求める-ゲーム理論BASIC 演習6 -仁を求める-
ゲーム理論BASIC 演習6 -仁を求める-
 
Calculo integral - Larson
Calculo integral - LarsonCalculo integral - Larson
Calculo integral - Larson
 
CIRCLES.pptx
CIRCLES.pptxCIRCLES.pptx
CIRCLES.pptx
 
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-
ゲーム理論 BASIC 演習72 -3人ゲーム分析:仁-
 
Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)
 
3rd Period Review Withanswers
3rd Period Review Withanswers3rd Period Review Withanswers
3rd Period Review Withanswers
 
Set 1 mawar
Set 1 mawarSet 1 mawar
Set 1 mawar
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
 
ゲーム理論BASIC 第40回 -仁-
ゲーム理論BASIC 第40回 -仁-ゲーム理論BASIC 第40回 -仁-
ゲーム理論BASIC 第40回 -仁-
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
Ejerciciosderivadasresueltos
EjerciciosderivadasresueltosEjerciciosderivadasresueltos
Ejerciciosderivadasresueltos
 
Day 7 review (2)
Day 7   review (2)Day 7   review (2)
Day 7 review (2)
 
Tugas blog-matematika
Tugas blog-matematikaTugas blog-matematika
Tugas blog-matematika
 

More from aart07

Programas básico en Lenguaje C
Programas básico en Lenguaje CProgramas básico en Lenguaje C
Programas básico en Lenguaje Caart07
 
Ejercicio ecuaciones diferenciales
Ejercicio ecuaciones diferencialesEjercicio ecuaciones diferenciales
Ejercicio ecuaciones diferencialesaart07
 
Espacios vectoriales
Espacios vectorialesEspacios vectoriales
Espacios vectorialesaart07
 
Circuitos nematicos
Circuitos nematicos Circuitos nematicos
Circuitos nematicos aart07
 
Funciones
FuncionesFunciones
Funcionesaart07
 
Números complejos
Números complejosNúmeros complejos
Números complejosaart07
 
Trigonometria
TrigonometriaTrigonometria
Trigonometriaaart07
 
Calculo vectorial derivadas
Calculo vectorial derivadasCalculo vectorial derivadas
Calculo vectorial derivadasaart07
 
La recta y el plano 3d
La recta y el plano 3dLa recta y el plano 3d
La recta y el plano 3daart07
 

More from aart07 (9)

Programas básico en Lenguaje C
Programas básico en Lenguaje CProgramas básico en Lenguaje C
Programas básico en Lenguaje C
 
Ejercicio ecuaciones diferenciales
Ejercicio ecuaciones diferencialesEjercicio ecuaciones diferenciales
Ejercicio ecuaciones diferenciales
 
Espacios vectoriales
Espacios vectorialesEspacios vectoriales
Espacios vectoriales
 
Circuitos nematicos
Circuitos nematicos Circuitos nematicos
Circuitos nematicos
 
Funciones
FuncionesFunciones
Funciones
 
Números complejos
Números complejosNúmeros complejos
Números complejos
 
Trigonometria
TrigonometriaTrigonometria
Trigonometria
 
Calculo vectorial derivadas
Calculo vectorial derivadasCalculo vectorial derivadas
Calculo vectorial derivadas
 
La recta y el plano 3d
La recta y el plano 3dLa recta y el plano 3d
La recta y el plano 3d
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

Superficies en maple

  • 1. > with(plots); SUPERFICIES > implicitplot3d(x^2+y^2+z^2 = 4, x = -5 ..5, y = -5 .. 5, z = -5 ..5, numpoints=2000, labels=[y,x, z],axes= NORMAL); > implicitplot3d(4*x^2+5*y^2-7*z^2 = 4, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=10000, labels = [y,x,z],axes= NORMAL); > implicitplot3d(4*x^2-5*y^2-7*z^2 = 4, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 5000, labels= [y,x,z], axes= NORMAL); > implicitplot3d(3*y^2+5*z^2 = 4, x = -5 ..5, y = -5 ..5, z = -5 ..5, numpoints=3000, labels=[y,x, z],axes= NORMAL); > > implicitplot3d(3*y^2-4*z^2= 4, x = -5 .. 5, y = -5 ..5, z = -5 .. 5, numpoints=3000, labels=[y, x, z],axes= NORMAL); > implicitplot3d(2*z^2= 16, x = -5 ..5, y = -5 ..5, z = -5 ..5, numpoints=100, labels= [y,x,z], axes = NORMAL); > implicitplot3d(4*x^2+3*y^2+2*z^2 = 0, x = -5 ..5, y = -5 ..5, z = -5 .. 5, numpoints=3000, labels = [y,x,z],axes= NORMAL); > implicitplot3d(5*x^2+4*y^2-3*z^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=3000, labels= [y,x,z], axes= NORMAL);
  • 2. > implicitplot3d(-2*y^2-2*z^2 = 0, x = -4 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=1, labels= [y,x,z], axes= NORMAL); > implicitplot3d(-3*y^2+4*z^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3000, labels= [y,x, z],axes= NORMAL); > implicitplot3d(z^2=0, x = -5 .. 5, y = -5 .. 5, z = -10 .. 10, numpoints=300, labels= [y,x,z],axes= NORMAL); > implicitplot3d(z=x^2+y^2, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints = 5000, labels= [y,x,z], axes= NORMAL); > implicitplot3d(z=x^2-y^2, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3500, labels= [y,x,z], axes= NORMAL); > implicitplot3d(x^2= z, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=3000, labels=[y,x,z], axes= NORMAL); > implicitplot3d(6*x^2+3*y^2 = 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints= 3000, labels= [y,x, z],axes= NORMAL); > implicitplot3d(x^2-y^2= 0, x = -5 .. 5, y = -5 .. 5, z = -5 .. 5, numpoints=300, labels=[y,x, z],axes = NORMAL); > implicitplot3d((x^2+(9/4)*y^2+z^2-1)^3-x^2*z^3-(9/80)*y^2*z^3 = 0, x = -1.5 .. 1.5, y = -1.5 .. 1.5, z = -1.5 ..1.5, numpoints=90000, labels= [y,x,z], axes= NORMAL);
  • 3. > implicitplot3d(x^2-z-3=0, x = -5 .. 5, y = -6 .. 6, z = -5 .. 5, numpoints= 300, labels=[y, x,z],axes = NORMAL); > implicitplot3d(x =4*z^2, x = -5 .. 5, y = -5 .. 5, z = 0 ..5, numpoints=3000, labels=[y,x, z],axes= NORMAL); > plot3d([y*cos(x),y*sin(x),y],x = -5 .. 5, y = -5 .. 5, numpoints=3000, axes= normal); > implicitplot3d(3*x^2+2*y^2-z^2+6*x-2*z-13 = 0, x = -5 .. 5, y = -5 .. 10, z = -5 ..5, numpoints= 3000, labels=[y,x, z],axes= NORMAL); > implicitplot3d(x^2+y^2= (8+sqrt(3^2-z^2))^2, x = -15 ..15, y = -15 .. 15, z = -9 .. 9, numpoints= 5000, labels=[y,x, z],axes= NORMAL); > with(Student[Calculus1]); > SurfaceOfRevolution(8+sqrt(9-x^2),x = -7 .. 9, numpoints=500, output= plot); > with(plottools); [arc, arrow,circle,cone,cuboid,curve,cutin,cutout, cylinder,disk,dodecahedron,ellipse,ellipticArc,getdata, hemisphere,hexahedron,homothety,hyperbola,icosahedron, line,octahedron,parallelepiped,pieslice,point,polygon, project,rectangle,reflect,rotate,scale,semitorus,sphere,
  • 4. stellate,tetrahedron,torus,transform, translate] > with(plottools); > implicitplot3d({seq(4*x-2*y+k*z= 0, k = 1 .. 6)}, x = -3 .. 3, y = -3 .. 3, z = -3 .. 3, axes= NORMAL); > implicitplot3d({seq(3*k*x-k*y-2*z= 0, k = 1 ..6)}, x = -3 .. 3, y = -3 .. 3, z = -3 ..3, axes= NORMAL); > implicitplot3d(4*x^2+4*z^2 = y^2, x = -15 ..15, y = -15 ..15, z = -9 .. 9, numpoints= 5000, labels = [y,x,z],axes= NORMAL); > > implicitplot3d(x^2+2*y^2 = z, x = -5 .. 5, y = -5 ..5, z = 0 .. 9, numpoints=50000, labels=[y, x,z], axes= NORMAL); > smartplot(x^2+y^2= 1, x^2+y^2 = 4, x^2+y^2 = 9, x^2+y^2 = 16, x^2+y^2 = 25); > plot3d([y*cos(x),y*sin(x),y],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes= normal); > plot3d([2*cos(x)*sin(y),4*sin(x)*sin(y),2*cos(y)],x = -5 .. 5, y = -5 .. 5, numpoints= 1000, axes= normal); > plot3d([4*sqrt(x)*cos(y),6*sqrt(x)*sin(y),x],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes= normal); > plot3d([x,y,x*y],x =-5 .. 5, y = -5 ..5, numpoints=1000, axes= normal);
  • 5. > plot3d([2*sinh(x),4*cosh(y),x],x = -5 .. 5, y = -5 .. 5, numpoints=1000, axes= normal); > plot3d([(8+5*cos(y))*cos(x),(8+5*cos(y))*sin(x),5*sin(x)],x = -5 .. 5, y = -5 .. 5, numpoints= 1000, axes= normal); >