Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
MIN
numeros <-c(-4,39,20,17,60,33,66,27,94,9,4,0,12,40,19,-100,-101) x<-sum(numeros) for(i in numeros){ if(i<x){x<-i}} print(x)
run
|
edit
|
history
|
help
0
12-08-2020Ex3.19
Ex17-12-20
Inter-11-03-21
Example R Code
ax² + bx + c = 0 (Solução e gráfico com as raízes)
Sequence position finder2
Ex11-03-21EdsonAmanda
# Bisection (numerical method) - Método da Bissecção
ExDecaiEulerMin24-02-21
oooo