SlideShare a Scribd company logo
> 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
 
Turunan Fungsi Aljabar
Turunan Fungsi AljabarTurunan Fungsi Aljabar
Turunan Fungsi Aljabar
EnidaMartianaSari
 
10CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 610CSL67 CG LAB PROGRAM 6
10CSL67 CG LAB PROGRAM 6
Vanishree Arun
 
Math for 800 09 functions
Math for 800   09 functionsMath for 800   09 functions
Math for 800 09 functions
Edwin 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_resueltas
jesquerrev1
 
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_resueltas
jesquerrev1
 
ES6 and AngularAMD
ES6 and AngularAMDES6 and AngularAMD
ES6 and AngularAMD
dhaval10690
 
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 derivatives
ssuserdb91c91
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
Happy Garg
 
Kalkulus kelompok 4
Kalkulus kelompok 4Kalkulus kelompok 4
Kalkulus kelompok 4
ssuser2eac73
 
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
「ベータ分布の謎に迫る」第6回 プログラマのための数学勉強会 LT資料
Ken'ichi Matsui
 
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
第13回数学カフェ「素数!!」二次会 LT資料「乱数!!」
Ken'ichi Matsui
 
Sql
SqlSql
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
数学カフェ 確率・統計・機械学習回 「速習 確率・統計」
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

Matlab file
Matlab file Matlab file
Matlab file
rampal singh
 
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 multiplication
Kiran 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
 
Calculo integral - Larson
Calculo integral - LarsonCalculo integral - Larson
Calculo integral - Larson
Juan Alejandro Alvarez Agudelo
 
CIRCLES.pptx
CIRCLES.pptxCIRCLES.pptx
CIRCLES.pptx
vannessafaithgobot
 
ゲーム理論 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
 
Set 1 mawar
Set 1 mawarSet 1 mawar
Set 1 mawar
faazafauzana
 
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
 
Tugas blog-matematika
Tugas blog-matematikaTugas blog-matematika
Tugas blog-matematika
Ari Bahri Lubis
 

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 C
aart07
 
Ejercicio ecuaciones diferenciales
Ejercicio ecuaciones diferencialesEjercicio ecuaciones diferenciales
Ejercicio ecuaciones diferenciales
aart07
 
Espacios vectoriales
Espacios vectorialesEspacios vectoriales
Espacios vectoriales
aart07
 
Circuitos nematicos
Circuitos nematicos Circuitos nematicos
Circuitos nematicos
aart07
 
Funciones
FuncionesFunciones
Funciones
aart07
 
Números complejos
Números complejosNúmeros complejos
Números complejos
aart07
 
Trigonometria
TrigonometriaTrigonometria
Trigonometria
aart07
 
Calculo vectorial derivadas
Calculo vectorial derivadasCalculo vectorial derivadas
Calculo vectorial derivadas
aart07
 
La recta y el plano 3d
La recta y el plano 3dLa recta y el plano 3d
La recta y el plano 3d
aart07
 

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

Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 

Recently uploaded (20)

Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 

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); >