We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4쇄
3쇄
2쇄
초판 1쇄
The text was updated successfully, but these errors were encountered:
# https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/deriv library(pspline) # install.packages('pspline') library(tidyverse) dx <- deriv(~5*x^6 - 36*x^5 + 165/2*x^4 - 60*x^3 + 36, "x", func=TRUE) tibble(x = seq(0, 3, by=0.01), y = 5*x^6 - 36*x^5 + 165/2*x^4 - 60*x^3 + 36) %>% mutate(dydx = attr(dx(x), 'gradient')) %>% gather(x_data, y_data, -x)
Sorry, something went wrong.
좋은 참고 서적
shanmdphd
No branches or pull requests
부크크 원고 수정
4쇄
작업중 ('9월 원고수정일은 11일, 25일 입니다')3쇄
: 원고수정료 5000원 수익금으로 결제2쇄
: 원고수정료 5000원 수익금으로 결제초판 1쇄
해야할 일
참고사항
The text was updated successfully, but these errors were encountered: