SlideShare a Scribd company logo
1 of 4
Download to read offline
jsMath




CRL 1.8 Functions MrG 2011.0920



#1)
var('y,a,z')
f(x)=x^3-10*x^2+31*x-30
print(f(0))
print(f(y))
print(f(2))
print(f(a))
print(f(3))
print(f(5))
print(f(y*z))
print(f(1))
print(f(-3))
print(expand(f(x-2)))
print(f(-1))
print(-6*f(6))



     -30
     y^3 - 10*y^2 + 31*y - 30
     0
     a^3 - 10*a^2 + 31*a - 30
     0
     0
     y^3*z^3 - 10*y^2*z^2 + 31*y*z - 30
     -8
     -240
     x^3 - 16*x^2 + 83*x - 140
     -72
     -72


#3)
phi(x)=x^4-55*x^2-210*x-216
print(f(2))
print(phi(-2))
print(f(3))
print(phi(-3))
print(f(5))
print(phi(-4))
print(f(0)+phi(0)+246)



      0
      0
      0
      0
      0
      0
      0




#5)
F(x)=x*(x-1)*(x+6)*(x-1/2)*(x+5/4)
print(F(0))
print(F(1))
print(F(-6))
bool(F(1/2)==F(-5/4))



      0
      0
      0
      True



#5a)
def F(x):
  return x*(x-1)*(x+6)*(x-1/2)*(x+5/4)
F(1/2)==F(-5/4)



      True



#7)
var('a,y,z')
phi(x)=a^x
(phi(y)*phi(z)).simplify()
a^(y + z)




bool(phi(y)*phi(z)==phi(y+z))



      True




#9)
f(x)=cos(x)
show(bool(f(x)==f(-x)))
show(bool(f(x)==-f(pi-x)))
show(bool(f(x)==-f(pi+x)))



      True

      True

      True




#11)
var('n,m')
psi(x)=x^(2*n)+x^(2*m)+1
show(psi(1)) show(psi(0).simplify())
show(psi(a).simplify())
show(psi(-a).simplify())



      3

      1

      a(2n)+a(2m)+1

      (−a)(2n)+(−a)(2m)+1
CRL 1.8 Functions

More Related Content

What's hot

Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-chartsmath126
 
Identidades trigonometricas fundamentales
Identidades trigonometricas fundamentalesIdentidades trigonometricas fundamentales
Identidades trigonometricas fundamentalesElmerUgartePMP
 
Compte rendu com op touati
Compte rendu com op touatiCompte rendu com op touati
Compte rendu com op touatihamdinho
 
Ah unit 1 differentiation
Ah unit 1 differentiationAh unit 1 differentiation
Ah unit 1 differentiationsjamaths
 
Script clases ide bd espacial
Script clases ide   bd espacialScript clases ide   bd espacial
Script clases ide bd espacialfulllcreeed
 
Root locus of_dynamic_systems
Root locus of_dynamic_systemsRoot locus of_dynamic_systems
Root locus of_dynamic_systemsAhmed Sakr
 
adders/subtractors, multiplexers, intro to ISA
adders/subtractors, multiplexers, intro to ISAadders/subtractors, multiplexers, intro to ISA
adders/subtractors, multiplexers, intro to ISAi i
 
Equation of linear regression straight line
Equation of linear regression straight lineEquation of linear regression straight line
Equation of linear regression straight lineWaleed Zaghal
 
Copia de derivadas tablas
Copia de derivadas tablasCopia de derivadas tablas
Copia de derivadas tablasGeral Delgado
 

What's hot (18)

Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-charts
 
Sheet 2
Sheet 2Sheet 2
Sheet 2
 
RM FUNCIONAL
RM FUNCIONALRM FUNCIONAL
RM FUNCIONAL
 
Sheet 1
Sheet 1Sheet 1
Sheet 1
 
Htdp27.key
Htdp27.keyHtdp27.key
Htdp27.key
 
Rkf
RkfRkf
Rkf
 
Identidades trigonometricas fundamentales
Identidades trigonometricas fundamentalesIdentidades trigonometricas fundamentales
Identidades trigonometricas fundamentales
 
Compte rendu com op touati
Compte rendu com op touatiCompte rendu com op touati
Compte rendu com op touati
 
Ah unit 1 differentiation
Ah unit 1 differentiationAh unit 1 differentiation
Ah unit 1 differentiation
 
133467 p2a3
133467 p2a3133467 p2a3
133467 p2a3
 
Identidades
IdentidadesIdentidades
Identidades
 
Script clases ide bd espacial
Script clases ide   bd espacialScript clases ide   bd espacial
Script clases ide bd espacial
 
maths basics
maths basicsmaths basics
maths basics
 
Root locus of_dynamic_systems
Root locus of_dynamic_systemsRoot locus of_dynamic_systems
Root locus of_dynamic_systems
 
adders/subtractors, multiplexers, intro to ISA
adders/subtractors, multiplexers, intro to ISAadders/subtractors, multiplexers, intro to ISA
adders/subtractors, multiplexers, intro to ISA
 
Equation of linear regression straight line
Equation of linear regression straight lineEquation of linear regression straight line
Equation of linear regression straight line
 
Copia de derivadas tablas
Copia de derivadas tablasCopia de derivadas tablas
Copia de derivadas tablas
 
Lambda calculus
Lambda calculusLambda calculus
Lambda calculus
 

Viewers also liked

Calculus 301 Product and Quotient Rules for Differentiation!
Calculus 301 Product and Quotient Rules for Differentiation!Calculus 301 Product and Quotient Rules for Differentiation!
Calculus 301 Product and Quotient Rules for Differentiation!A Jorge Garcia
 
preCalculus: p800 HWK Linear Programming!
preCalculus: p800 HWK Linear Programming!preCalculus: p800 HWK Linear Programming!
preCalculus: p800 HWK Linear Programming!A Jorge Garcia
 
Calculus 302 Product and Quotient Rules
Calculus 302 Product and Quotient RulesCalculus 302 Product and Quotient Rules
Calculus 302 Product and Quotient RulesA Jorge Garcia
 
preCalculus 504 Log Rules
preCalculus 504 Log RulespreCalculus 504 Log Rules
preCalculus 504 Log RulesA Jorge Garcia
 
PreCalculus 205 Compositions and Inverse Functions
PreCalculus 205 Compositions and Inverse FunctionsPreCalculus 205 Compositions and Inverse Functions
PreCalculus 205 Compositions and Inverse FunctionsA Jorge Garcia
 
Calculus 404 Min Max Theorem and Concavity
Calculus 404 Min Max Theorem and ConcavityCalculus 404 Min Max Theorem and Concavity
Calculus 404 Min Max Theorem and ConcavityA Jorge Garcia
 
PreCalculus 201 Function, Domain and Range!
PreCalculus 201 Function, Domain and Range!PreCalculus 201 Function, Domain and Range!
PreCalculus 201 Function, Domain and Range!A Jorge Garcia
 
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!A Jorge Garcia
 
PreCalculus 104 Modeling
PreCalculus 104 ModelingPreCalculus 104 Modeling
PreCalculus 104 ModelingA Jorge Garcia
 
2013-4R preCalculus Chapter 12 Syllabus
2013-4R preCalculus Chapter 12 Syllabus2013-4R preCalculus Chapter 12 Syllabus
2013-4R preCalculus Chapter 12 SyllabusA Jorge Garcia
 
CM1.4 Algorithms, python and SAGE
CM1.4 Algorithms, python and SAGECM1.4 Algorithms, python and SAGE
CM1.4 Algorithms, python and SAGEA Jorge Garcia
 
Calculus 403 Mean Value Theorem
Calculus 403 Mean Value TheoremCalculus 403 Mean Value Theorem
Calculus 403 Mean Value TheoremA Jorge Garcia
 
Calculus 305 Chain Rule!
Calculus 305 Chain Rule!Calculus 305 Chain Rule!
Calculus 305 Chain Rule!A Jorge Garcia
 
calculus 701 Work, Force, Mass
calculus 701 Work, Force, Masscalculus 701 Work, Force, Mass
calculus 701 Work, Force, MassA Jorge Garcia
 
4R2013 Chapter 11 Matrices (Assignments)
4R2013 Chapter 11 Matrices (Assignments)4R2013 Chapter 11 Matrices (Assignments)
4R2013 Chapter 11 Matrices (Assignments)A Jorge Garcia
 
preCalculus: Intro to Calculus 304 Parametrics
preCalculus: Intro to Calculus 304 ParametricspreCalculus: Intro to Calculus 304 Parametrics
preCalculus: Intro to Calculus 304 ParametricsA Jorge Garcia
 
preCalculus: Intro to Calculus 3-3 Trig Function Derivatives
preCalculus: Intro to Calculus 3-3 Trig Function DerivativespreCalculus: Intro to Calculus 3-3 Trig Function Derivatives
preCalculus: Intro to Calculus 3-3 Trig Function DerivativesA Jorge Garcia
 

Viewers also liked (18)

Calculus 301 Product and Quotient Rules for Differentiation!
Calculus 301 Product and Quotient Rules for Differentiation!Calculus 301 Product and Quotient Rules for Differentiation!
Calculus 301 Product and Quotient Rules for Differentiation!
 
preCalculus: p800 HWK Linear Programming!
preCalculus: p800 HWK Linear Programming!preCalculus: p800 HWK Linear Programming!
preCalculus: p800 HWK Linear Programming!
 
Calculus 302 Product and Quotient Rules
Calculus 302 Product and Quotient RulesCalculus 302 Product and Quotient Rules
Calculus 302 Product and Quotient Rules
 
preCalculus 504 Log Rules
preCalculus 504 Log RulespreCalculus 504 Log Rules
preCalculus 504 Log Rules
 
PreCalculus 205 Compositions and Inverse Functions
PreCalculus 205 Compositions and Inverse FunctionsPreCalculus 205 Compositions and Inverse Functions
PreCalculus 205 Compositions and Inverse Functions
 
Calculus 404 Min Max Theorem and Concavity
Calculus 404 Min Max Theorem and ConcavityCalculus 404 Min Max Theorem and Concavity
Calculus 404 Min Max Theorem and Concavity
 
PreCalculus 201 Function, Domain and Range!
PreCalculus 201 Function, Domain and Range!PreCalculus 201 Function, Domain and Range!
PreCalculus 201 Function, Domain and Range!
 
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!
NCC MAT111 2013 SSII: Week V, Day 01 - Vectors!
 
PreCalculus 104 Modeling
PreCalculus 104 ModelingPreCalculus 104 Modeling
PreCalculus 104 Modeling
 
Calculus 107 Conics
Calculus 107 ConicsCalculus 107 Conics
Calculus 107 Conics
 
2013-4R preCalculus Chapter 12 Syllabus
2013-4R preCalculus Chapter 12 Syllabus2013-4R preCalculus Chapter 12 Syllabus
2013-4R preCalculus Chapter 12 Syllabus
 
CM1.4 Algorithms, python and SAGE
CM1.4 Algorithms, python and SAGECM1.4 Algorithms, python and SAGE
CM1.4 Algorithms, python and SAGE
 
Calculus 403 Mean Value Theorem
Calculus 403 Mean Value TheoremCalculus 403 Mean Value Theorem
Calculus 403 Mean Value Theorem
 
Calculus 305 Chain Rule!
Calculus 305 Chain Rule!Calculus 305 Chain Rule!
Calculus 305 Chain Rule!
 
calculus 701 Work, Force, Mass
calculus 701 Work, Force, Masscalculus 701 Work, Force, Mass
calculus 701 Work, Force, Mass
 
4R2013 Chapter 11 Matrices (Assignments)
4R2013 Chapter 11 Matrices (Assignments)4R2013 Chapter 11 Matrices (Assignments)
4R2013 Chapter 11 Matrices (Assignments)
 
preCalculus: Intro to Calculus 304 Parametrics
preCalculus: Intro to Calculus 304 ParametricspreCalculus: Intro to Calculus 304 Parametrics
preCalculus: Intro to Calculus 304 Parametrics
 
preCalculus: Intro to Calculus 3-3 Trig Function Derivatives
preCalculus: Intro to Calculus 3-3 Trig Function DerivativespreCalculus: Intro to Calculus 3-3 Trig Function Derivatives
preCalculus: Intro to Calculus 3-3 Trig Function Derivatives
 

Similar to CRL 1.8 Functions

Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455Rungroj Ssan
 
Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Larson612
 
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabMathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabCOMSATS Abbottabad
 
Capitulo 2 corripio
Capitulo 2 corripioCapitulo 2 corripio
Capitulo 2 corripioomardavid01
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]Henrique Covatti
 
Tugasmatematikakelompok
TugasmatematikakelompokTugasmatematikakelompok
Tugasmatematikakelompokgundul28
 
Tugas matematika kelompok
Tugas matematika kelompokTugas matematika kelompok
Tugas matematika kelompokachmadtrybuana
 
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfg
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfgjhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfg
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfgTonn Za
 
Tugasmatematikakelompok 150715235527-lva1-app6892
Tugasmatematikakelompok 150715235527-lva1-app6892Tugasmatematikakelompok 150715235527-lva1-app6892
Tugasmatematikakelompok 150715235527-lva1-app6892drayertaurus
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Hareem Aslam
 
resposta do capitulo 15
resposta do capitulo 15resposta do capitulo 15
resposta do capitulo 15silvio_sas
 

Similar to CRL 1.8 Functions (20)

Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455
 
Basic m4-2-chapter1
Basic m4-2-chapter1Basic m4-2-chapter1
Basic m4-2-chapter1
 
Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...
 
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabMathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in Matlab
 
Tugas blog-matematika
Tugas blog-matematikaTugas blog-matematika
Tugas blog-matematika
 
Capitulo 2 corripio
Capitulo 2 corripioCapitulo 2 corripio
Capitulo 2 corripio
 
corripio
corripio corripio
corripio
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
 
008 math a-net
008 math a-net008 math a-net
008 math a-net
 
008 math a-net
008 math a-net008 math a-net
008 math a-net
 
Tugasmatematikakelompok
TugasmatematikakelompokTugasmatematikakelompok
Tugasmatematikakelompok
 
Tugas matematika kelompok
Tugas matematika kelompokTugas matematika kelompok
Tugas matematika kelompok
 
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfg
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfgjhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfg
jhkl,l.มือครูคณิตศาสตร์พื้นฐาน ม.4 สสวท เล่ม 2fuyhfg
 
Tugasmatematikakelompok 150715235527-lva1-app6892
Tugasmatematikakelompok 150715235527-lva1-app6892Tugasmatematikakelompok 150715235527-lva1-app6892
Tugasmatematikakelompok 150715235527-lva1-app6892
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
 
F(x) terminology
F(x) terminologyF(x) terminology
F(x) terminology
 
Examens math
Examens mathExamens math
Examens math
 
Tabla de derivadas
Tabla de derivadasTabla de derivadas
Tabla de derivadas
 
resposta do capitulo 15
resposta do capitulo 15resposta do capitulo 15
resposta do capitulo 15
 
Apuntes clojure
Apuntes clojureApuntes clojure
Apuntes clojure
 

More from A Jorge Garcia

MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAYMAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAYA Jorge Garcia
 
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAYMAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAYA Jorge Garcia
 
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAYMAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAYA Jorge Garcia
 
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45A Jorge Garcia
 
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45A Jorge Garcia
 
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45A Jorge Garcia
 
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45A Jorge Garcia
 
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45A Jorge Garcia
 
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45A Jorge Garcia
 
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45A Jorge Garcia
 
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45A Jorge Garcia
 

More from A Jorge Garcia (20)

LIMACON 2023 Brochure
LIMACON 2023 BrochureLIMACON 2023 Brochure
LIMACON 2023 Brochure
 
2022-RESUME-NEW
2022-RESUME-NEW2022-RESUME-NEW
2022-RESUME-NEW
 
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAYMAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
 
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAYMAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
 
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAYMAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
 
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45
 
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45
 
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45
 
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45
 
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45
 
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45
 
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45
 
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45
 
MAT122 DAY205
MAT122 DAY205MAT122 DAY205
MAT122 DAY205
 
MAT122 DAY204
MAT122 DAY204MAT122 DAY204
MAT122 DAY204
 
MAT122 DAY203
MAT122 DAY203MAT122 DAY203
MAT122 DAY203
 
MAT122 DAY202
MAT122 DAY202MAT122 DAY202
MAT122 DAY202
 
MAT122 DAY201
MAT122 DAY201MAT122 DAY201
MAT122 DAY201
 
MAT122 DAY06
MAT122 DAY06MAT122 DAY06
MAT122 DAY06
 
MAT122 DAY05
MAT122 DAY05MAT122 DAY05
MAT122 DAY05
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
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
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
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
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

CRL 1.8 Functions

  • 1. jsMath CRL 1.8 Functions MrG 2011.0920 #1) var('y,a,z') f(x)=x^3-10*x^2+31*x-30 print(f(0)) print(f(y)) print(f(2)) print(f(a)) print(f(3)) print(f(5)) print(f(y*z)) print(f(1)) print(f(-3)) print(expand(f(x-2))) print(f(-1)) print(-6*f(6)) -30 y^3 - 10*y^2 + 31*y - 30 0 a^3 - 10*a^2 + 31*a - 30 0 0 y^3*z^3 - 10*y^2*z^2 + 31*y*z - 30 -8 -240 x^3 - 16*x^2 + 83*x - 140 -72 -72 #3) phi(x)=x^4-55*x^2-210*x-216
  • 2. print(f(2)) print(phi(-2)) print(f(3)) print(phi(-3)) print(f(5)) print(phi(-4)) print(f(0)+phi(0)+246) 0 0 0 0 0 0 0 #5) F(x)=x*(x-1)*(x+6)*(x-1/2)*(x+5/4) print(F(0)) print(F(1)) print(F(-6)) bool(F(1/2)==F(-5/4)) 0 0 0 True #5a) def F(x): return x*(x-1)*(x+6)*(x-1/2)*(x+5/4) F(1/2)==F(-5/4) True #7) var('a,y,z') phi(x)=a^x (phi(y)*phi(z)).simplify()
  • 3. a^(y + z) bool(phi(y)*phi(z)==phi(y+z)) True #9) f(x)=cos(x) show(bool(f(x)==f(-x))) show(bool(f(x)==-f(pi-x))) show(bool(f(x)==-f(pi+x))) True True True #11) var('n,m') psi(x)=x^(2*n)+x^(2*m)+1 show(psi(1)) show(psi(0).simplify()) show(psi(a).simplify()) show(psi(-a).simplify()) 3 1 a(2n)+a(2m)+1 (−a)(2n)+(−a)(2m)+1