Nama : Ahmad Fadhli Dzilikrom Nim : 220605110078 kelas : c Mata kuliah : Kalkulus Dosen pengampuh : Prof. Dr. Muhammad Suhartono, M.Kom Jurusan : Teknik Informatika Fakultas : Sains dan Teknologi Universitas : Maulana Malik Ibrahim Malang — Graphic mathematical functions —

library(mosaicCalc)
## Loading required package: mosaic
## Registered S3 method overwritten by 'mosaic':
##   method                           from   
##   fortify.SpatialPolygonsDataFrame ggplot2
## 
## The 'mosaic' package masks several functions from core packages in order to add 
## additional features.  The original behavior of these functions should not be affected by this.
## 
## Attaching package: 'mosaic'
## The following objects are masked from 'package:dplyr':
## 
##     count, do, tally
## The following object is masked from 'package:Matrix':
## 
##     mean
## The following object is masked from 'package:ggplot2':
## 
##     stat
## The following objects are masked from 'package:stats':
## 
##     binom.test, cor, cor.test, cov, fivenum, IQR, median, prop.test,
##     quantile, sd, t.test, var
## The following objects are masked from 'package:base':
## 
##     max, mean, min, prod, range, sample, sum
## Loading required package: mosaicCore
## 
## Attaching package: 'mosaicCore'
## The following objects are masked from 'package:dplyr':
## 
##     count, tally
## 
## Attaching package: 'mosaicCalc'
## The following object is masked from 'package:stats':
## 
##     D
m = -3
b = -2
slice_plot(m * x + b ~ x, domain(x = range(0, 10)))

A = 100
slice_plot( A * x ^ 2 ~ x, domain(x = range(-2, 3)),  color="red" ) 

A = 5

slice_plot( cos(t) ~ t, domain(t = range(0,4*pi)),color="green" )

slice_plot( sqrt(t) * cos(5 * t) ~ t, domain(t = range(0, 5) ))

Daftar pustaka https://dtkaplan.github.io/RforCalculus/graphing-functions.html#graphing-mathematical-functions