|
1:Actions
|
|
1:Define
|
|
Define
|
|
2:Recall Definition
|
|
|
|
3:Delete Variable
|
|
DelVar
|
|
4:Clear A-Z...
|
|
ClearAZ
|
|
5:Clear History
|
|
|
|
6:Insert Comment
|
|
ⓒ
|
|
7:Library
|
1:Refresh Libraries
|
|
|
2:Insert "\" character
|
\
|
|
3:Create Library Shortcut
|
libShortcut()
|
|
4:Define LibPriv
|
Define LibPriv
|
|
5:Define LibPub (show in Catalog)
|
Define LibPub
|
|
8:Lock
|
1:Lock Variable
|
Lock
|
|
2:Unlock Variable
|
Unlock
|
|
3:Get Lock Info
|
getLockInfo()
|
|
|
2:Number
|
|
1:Convert to Decimal
|
|
▶Decimal
|
|
2:Approximate to Fraction
|
|
▶approxFraction()
|
|
3:Factor
|
|
factor()
|
|
4:Least Common Multiful
|
|
lcm()
|
|
5:Greatest Common Divisor
|
|
gcd()
|
|
6:Remainder
|
|
remain()
|
|
7:Fraction Tools
|
1:Proper Fraction
|
propFrac()
|
|
2:Get Numerator
|
getNum()
|
|
3:Get Denominator
|
getDenom()
|
|
4:Common Denominator
|
comDenom()
|
|
8:Number Tools
|
1:Round
|
round() |
|
2:Integer Part
|
iPart() |
|
3:Fractional Part
|
fPart() |
|
4:Sign
|
sign()
|
|
5:Mod
|
mod() |
|
6:Floor
|
floor()
|
|
7:Ceiling
|
ceiling() |
|
9:Complex Number Tools
|
1:Complex Conjugate
|
conj() |
|
2:Real Part
|
real() |
|
3:Imaginary Part
|
imag() |
|
4:Polar Angel
|
angle() |
|
5:Magnitude
|
abs() |
|
6:Convert to Polar
|
▶Polar |
|
7:Convert to Rectangular
|
▶Rect
|
|
|
3:Algebra
|
|
1:Solve
|
|
solve()
|
|
2:Factor
|
|
factor()
|
|
3:Expand
|
|
expand()
|
|
4:Zeros
|
|
zeros()
|
|
5:Complete the Square
|
|
completeSquare()
|
|
6:Numerical Solve
|
|
nSplve()
|
|
7:Solve System of Equations
|
1:Solve System of Equations...
|
solve()
|
|
2:Solve System of Linear Equations...
|
linSolve()
|
|
8:Polyominal Tools
|
1:Find Roots of Polynominal...
|
polyRoots()
|
|
2:Real Roots of Polynominal
|
polyRoots()
|
|
3:Complex Roots of Polynominals
|
cPolyRoots()
|
|
4:Remainder of Polynominal
|
polyRemainder()
|
|
5:Quotient of Polynominal
|
polyQuotient()
|
|
6:Greatest Common Divisor
|
polyGcd()
|
|
7:Coefficients of Polynominal
|
polyCoeffs()
|
|
8:Degree of Polynominal
|
polyDegree()
|
|
9:Fraction Tools
|
1:Proper Fraction
|
propFrac()
|
|
2:Get Numerator
|
getNum()
|
|
3:Get Denominator
|
getDenom()
|
|
4:Common Denominator
|
comDenom()
|
|
A:Convert Expression
|
1:Convert to ln
|
▶ln
|
|
2:Convert to logbase
|
▶logbase()
|
|
3:Convert to exp
|
▶exp
|
|
4:Convert to sin
|
▶sin
|
|
5:Convert to cos
|
▶cos
|
|
B:Trigonometry
|
1:Expand
|
tExpand()
|
|
2:Collect
|
tCollect()
|
|
C:Complex
|
1:Solve
|
cSolve()
|
|
2:Factor
|
cFactor()
|
|
3:Zeros
|
cZeros()
|
|
D:Extract
|
1:Left
|
left()
|
|
2:Right
|
right()
|
|
|
4:Calculus
|
|
1:Derivative
|
|
d()/d
|
|
2:Derivative at a point...
|
|
d()/d|x=O
|
|
3:Integral
|
|
∫()
|
|
4:Limit
|
|
lim()
|
|
5:Sum
|
|
∑()
|
|
6:Product
|
|
∏()
|
|
7:Function Minimum
|
|
fMin()
|
|
8:Function Maximum
|
|
fMax()
|
|
9:Tangent Line
|
|
tangentLine()
|
|
A:Normal Line
|
|
normalLine()
|
|
B:Arc Length
|
|
arcLen()
|
|
C:Series
|
1:Taylor Polynominal
|
taylor()
|
|
2:Generalized Series
|
taylor()
|
|
3:Dominant Term
|
dominantTerm()
|
|
D:Differential Equation Solver
|
|
deSolve()
|
|
E:Implicit Differentiation
|
|
impDif()
|
|
F:Numerical Calculations
|
1:Numerical Derivative at a point
|
nDerivative()
|
|
2:Central Difference Quotient with Step
|
centralDiff()
|
|
3:Numerical Integral
|
nInt()
|
|
4:Numerical Function Minimum
|
nfMin()
|
|
5:Numerical Function Maximum
|
nfMax()
|
|
|
5:Probability
|
|
1:Factorial(!)
|
|
!
|
|
2:Permutations
|
|
nPr()
|
|
3:Combinations
|
|
nCr()
|
|
4:Random
|
1:Number
|
rand()
|
|
2:Integer
|
randInt()
|
|
3:Binominal
|
randBin()
|
|
4:Normal
|
randNorm()
|
|
5:Sample
|
randSamp()
|
|
6:Seed
|
RandSeed
|
|
5:Distributions
|
1:Normal Pdf...
|
normPdf()
|
|
2:Normal Cdf...
|
normCdf()
|
|
3:Inverse Normal...
|
invNorm()
|
|
4:t Pdf...
|
tPdf()
|
|
5:t Cdf...
|
tCdf()
|
|
6:Inverse t...
|
invt()
|
|
7:χ² Pdf...
|
χ²Pdf()
|
|
8:χ² Cdf...
|
χ²Cdf()
|
|
9:Inverse χ²...
|
invχ²()
|
|
A:Binominal Pdf...
|
binomPdf()
|
|
B:Binominal Cdf...
|
binomCdf()
|
|
C:Inverse Binomial...
|
invBinom()
|
|
D:Inverse Binomial N...
|
invBinomN()
|
|
E:F Pdf...
|
FPdf()
|
|
F:F Cdf...
|
FCdf()
|
|
G:Inverse F...
|
invF()
|
|
H:Geometric Pdf...
|
geomPdf()
|
|
I:Geometric Cdf...
|
geomCdf()
|
| J:Poisson Pdf... |
poissPdf() |
| K:Poisson Cdf... |
poissCdf() |
|
|
6:Statistics
|
|
1:Stat Calculations
|
1:One-Variable Statistics...
|
OneVar
|
|
2:Two-Variable Statistics...
|
TwoVar
|
|
3:Linear Regression (mx+b)...
|
LinRegMx
|
|
4:Linear Regression (a+bx)...
|
LinRegBx
|
|
5:Median-Median Line...
|
MedMed
|
|
6:Quadratic Regression...
|
QuadReg
|
|
7:Cubic Regression...
|
CubicReg
|
|
8:Quartic Regression...
|
QuartReg
|
|
9:Power Regression...
|
PowerReg
|
|
A:Exponential Regression...
|
ExpReg
|
|
B: Logarithmic Regression...
|
LnReg
|
|
C:Sunusoidal Regression...
|
SinReg
|
|
D:Logistic Regression...(d=0)
|
Logistic
|
|
E:Logistic Regression...(d≠0)
|
LogisticD
|
|
F:Multiple Linear Regression...
|
MultReg
|
|
G:Correlation Matrix
|
corrMat()
|
|
2:Stat Results
|
|
Stat.results
|
|
3:List Math
|
1:Munumum
|
min()
|
|
2:Maximum
|
max()
|
|
3:Mean
|
mean()
|
|
4:Median
|
median()
|
|
5:Sum of Elements
|
sum()
|
|
6:Product of Elements
|
product()
|
|
7:Sample Standard Deviation
|
stDevSamp()
|
|
8:Sample Variance
|
varSamp()
|
|
9:Population Standard Deviation
|
stDevPop()
|
|
A:Population Variance
|
varPop()
|
|
4:List Operations
|
1:Sort Ascending
|
SortA
|
|
2:Sort Descending
|
SortD
|
|
3:Cumulative Sum List
|
cumulativeSum()
|
|
4:Fill
|
Fill
|
|
5:Sequence
|
Seq()
|
|
6:Difference List
|
ΔList()
|
|
7:Augment
|
augment()
|
|
8:Convert List to Matrix
|
list▶mat()
|
|
9:Convert Matrix to List
|
mat▶list()
|
|
A:Left
|
left()
|
|
B:Mid
|
mid()
|
|
C:Right
|
right()
|
|
5:Distribution
|
|
5.Probability와 동일
|
|
6:Confidence Intervals
|
1:z Interval... |
zInterval
|
|
2:t Interval...
|
tInterval
|
|
3:2-Sample z Interval...
|
zInterval_2Samp
|
|
4:2-Sample t Interval...
|
tInterval_2Samp
|
|
5:1-Prop z Interval...
|
zInterval_1Prop
|
|
6:2-Prop z Interval...
|
zInterval_2Prop
|
|
7:Linear Reg t Intervals...
|
LinRegtIntervals
|
|
8:Multiple Reg Intervals...
|
MultRegIntervals
|
|
7:Stat Tests
|
1:z Test...
|
zTest
|
|
2:t Test...
|
tTest
|
|
3:2-Sample z Test...
|
zTest_2Samp
|
|
4:2-Sample t Test...
|
tTest_2Samp
|
|
5:1-Prop z Test...
|
zTest_1Prop
|
|
6:2-Prop z Test...
|
zTest_2Prop
|
|
7:χ² GOF...
|
χ²GOF
|
|
8:χ² 2-way Test...
|
χ²2Way
|
|
9:2-Sample F Test...
|
FTest_2Samp
|
|
A:Linear Reg t Test...
|
LinRegtTest
|
|
B:Multiple Reg t Test...
|
MultRegtTest
|
|
C:ANOVA...
|
ANOVA
|
|
D:ANOVA 2-Way...
|
ANOVA2way
|
|
|
7:Matrix & Vector
|
|
1:Create
|
1:Matrix...
|
|
|
2:Zero Matrix
|
newMat()
|
|
3:Identify
|
identity()
|
|
4:Diagonal
|
diag()
|
|
5:Random Matrix
|
randMat()
|
|
6:Fill
|
Fill
|
|
7:Submatrix
|
subMat()
|
|
8:Augment
|
augment()
|
|
9:Column Augment
|
colAugment()
|
|
A:Construct Matrix
|
constructMat()
|
|
2:Transpose
|
|
T
|
|
3:Determinant
|
|
det() |
|
4:Row-Echelon Form
|
|
ref()
|
|
5:Reduced Row-Echelon Form
|
|
rref()
|
|
6:Simultaneous
|
|
simult()
|
|
7:Norms
|
1:Norm |
norm()
|
|
2:Row
|
rowNorm()
|
|
3:Column
|
colNorm()
|
|
8:Dimensions
|
1:Matrix
|
dim()
|
|
2:Row
|
rowDim()
|
|
3:Column
|
colDim()
|
|
9:Row Operations
|
1:Swap Rows |
rowSwap()
|
|
2:Row Add
|
rowAdd()
|
|
3:Multiply Row
|
mRow()
|
|
4:Multiply Row & Add
|
mRowAdd()
|
|
A:Element Operations
|
1:Dot Add
|
.+
|
|
2:Dot Subtract
|
.-
|
|
3:Dot Multiply
|
.×
|
|
4:Dot Divide
|
.÷
|
|
5:Dot Power
|
.^
|
|
B:Advanced
|
1:Trace
|
trace()
|
|
2:LU Decomposition
|
LU
|
|
3:QR Decomposition
|
QR
|
|
4:Eigenvalues
|
eigVl()
|
|
5:Eigenvectors
|
eigVc()
|
|
6:Characteristic Polynominal
|
charPoly()
|
|
C:Vector
|
1:Unit Vector
|
unitV()
|
|
2:Cross Product
|
crossP()
|
|
3:Dot Product
|
dotP()
|
|
4:Convert to Polar
|
▶Polar
|
|
5:Convert to Rectangular
|
▶Rect
|
|
6:Convert to Cylindrical
|
▶Cylind
|
|
7:Convert to Spherical
|
▶Sphere
|
|
|
8:Finance
|
|
1:Finance Solver...
|
|
|
|
2:TVM Functions
|
1:Number of Periods
|
tvmN()
|
|
2:Interest Rate per Year
|
tvmI()
|
|
3:Present Value
|
tvmPV()
|
|
4:Payment Amount
|
tvmPMT()
|
|
5:Future Value
|
tvmFV()
|
|
3:Amortization
|
1:Amortization Table
|
amortTbl()
|
|
2:Balance
|
bal()
|
|
3:Interest Paid
|
ΣInt()
|
|
4:Principal Paid
|
ΣPrn()
|
|
4:Cash Flows
|
1:Net Present Value
|
npv()
|
|
2:Internal Rate of Return
|
irr()
|
|
3:Modified Internal Rate of Return
|
mirr() |
|
5:Interest Conversion
|
1:Nominal Interest Rate
|
nom()
|
|
2:Effective Interest Rate
|
eff()
|
|
6:Days between Dates
|
Day Month Format
|
dbd_DMY()
|
| Month Day Format |
dbd_MDY() |
|
|
9:Functions & Programs
|
|
1:Program Editor
|
1:New...
|
|
|
2:Open...
|
|
|
3:Import...
|
|
|
4:View...
|
|
|
2:Func...EndFunc
|
|
|
|
3:Prgm...EndPrgm
|
|
|
|
4:Local
|
|
|
|
5:Control
|
1:If
|
|
|
2:If...Then...EndIf
|
|
|
3:If...Then...Else...EndIf
|
|
|
4:ElseIf...Then
|
|
|
5:For...EndFor
|
|
|
6.While...EndWhile
|
|
|
7.Loop...EndLoop
|
|
|
8.Try...Else...EndTry
|
|
|
9.ClrErr
|
|
|
A:PassErr
|
|
|
B:errCode
|
|
|
C:warnCodes
|
|
| D:wait |
|
|
6:Transfer
|
1:Return
|
|
|
2:Cycle
|
|
|
3:Exit
|
|
|
4:Lbl
|
|
|
5:GoTo Lbl
|
|
|
6:Stop
|
|
|
7:I/O
|
1:Disp
|
|
|
2:Dispat
|
|
|
3:Request
|
|
| 4:RequestStr |
|
| 5:Text |
|
| 6:getKey |
|
| 7:Get |
|
| 8:Getstr |
|
| 9:Send |
|
|
A:RefreshProbeVars
|
|
|
8:Mode
|
1:Display Digits
|
Float, Float1~12, Fix0~12
|
|
2:Angle
|
Radian, Degree, Gradian
|
|
3:Exponential Format
|
Normal, Scientific, Engineering
|
|
4:Real or Complex
|
Real, Rectangular, Polar
|
|
5:Auto or Approx
|
Auto, Approximate, Exact
|
|
6:Vector Format
|
Rectangular, Cylinderical, Spherical
|
|
7:Base
|
Decimal, Hex, Binary
|
|
8:Unit System
|
SI, Eng/US
|
|
9:Get Mode
|
|
| A:Get Language Info |
|
|
B:Get PlatFormInfo
|
|
|
9:Add New Line
|
|
|
|
세상의모든계산기 님의 최근 댓글
뉴턴-랩슨 적분 방정식 시각화 v1.0 body { font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; display: flex; flex-direction: column; align-items: center; background: #f8f9fa; padding: 40px 20px; margin: 0; color: #333; } .container { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); max-width: 900px; width: 100%; } header { border-bottom: 2px solid #f1f3f4; margin-bottom: 30px; padding-bottom: 20px; } h1 { color: #1a73e8; margin: 0 0 10px 0; font-size: 1.8em; } p.subtitle { color: #5f6368; margin: 0; font-size: 1.1em; } .equation-box { background: #f1f3f4; padding: 15px; border-radius: 10px; text-align: center; margin-bottom: 30px; font-size: 1.3em; } canvas { border: 1px solid #e0e0e0; border-radius: 12px; background: #fff; width: 100%; height: auto; display: block; } .controls { margin-top: 30px; display: flex; gap: 15px; align-items: center; justify-content: center; flex-wrap: wrap; } button { padding: 12px 25px; border: none; border-radius: 8px; background: #1a73e8; color: white; cursor: pointer; font-weight: 600; font-size: 1em; transition: all 0.2s; box-shadow: 0 2px 5px rgba(26,115,232,0.3); } button:hover { background: #1557b0; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(26,115,232,0.4); } button:active { transform: translateY(0); } button.secondary { background: #5f6368; box-shadow: 0 2px 5px rgba(0,0,0,0.2); } button.secondary:hover { background: #4a4e52; } .status-badge { background: #e8f0fe; color: #1967d2; padding: 8px 15px; border-radius: 20px; font-weight: bold; font-size: 0.9em; } .explanation { margin-top: 40px; padding: 25px; background: #fff8e1; border-left: 5px solid #ffc107; border-radius: 8px; line-height: 1.8; } .explanation h3 { margin-top: 0; color: #856404; } .math-symbol { font-family: 'Times New Roman', serif; font-style: italic; font-weight: bold; color: #d93025; } .code-snippet { background: #202124; color: #e8eaed; padding: 2px 6px; border-radius: 4px; font-family: monospace; } 📊 Newton-Raphson 적분 방정식 시뮬레이터 미분적분학의 기본 정리(FTC)를 이용한 수치해석 시각화 목표 방정식: ∫₀ᴬ (2√x) dx = 20 을 만족하는 A를 찾아라! 계산 시작 (A 추적) 초기화 현재 반복: 0회 💡 시각적 동작 원리 (Newton-Raphson & FTC) Step 1 (오차 측정): 현재 A까지 쌓인 파란색 면적이 목표치(20)와 얼마나 차이나는지 계산합니다. Step 2 (FTC의 마법): 면적의 변화율(미분)은 그 지점의 그래프 높이 f(A)와 같습니다. Step 3 (보정): 다음 A = 현재 A - (면적 오차 / 현재 높이) 공식을 사용하여 A를 이동시킵니다. 결론: 오차를 현재 높이로 나누면, 오차를 메우기 위해 필요한 가로 길이(ΔA)가 나옵니다. 이 과정을 반복하면 정답에 도달합니다! const canvas = document.getElementById('graphCanvas'); const ctx = canvas.getContext('2d'); const iterText = document.getElementById('iterText'); // 수학 설정 const targetArea = 20; const f = (x) => Math.sqrt(x) * 2; // 피적분 함수 f(x) = 2√x const F = (x) => (4/3) * Math.pow(x, 1.5); // 정적분 결과 F(x) = ∫ 2√x dx = 4/3 * x^(3/2) let A = 1.5; // 초기값 let iteration = 0; let animating = false; // 그래프 드로잉 설정 const scale = 50; const offsetX = 60; const offsetY = 380; function drawGrid() { ctx.strokeStyle = '#f1f3f4'; ctx.lineWidth = 1; ctx.beginPath(); for(let i=0; i 2026 04.11 참값 : A = ±2√5 근사값 : A≈±4.472135954999579392818347 2026 04.10 fx-570 ES 입력 결과 초기값 입력 반복 수식 입력 반복 결과 2026 04.10 파이썬 코드 검증 결과 초기값: 5.0 반복 1회차: 4.5000000000 반복 2회차: 4.4722222222 반복 3회차: 4.4721359558 반복 4회차: 4.4721359550 반복 5회차: 4.4721359550 초기값: 10.0 반복 1회차: 6.0000000000 반복 2회차: 4.6666666667 반복 3회차: 4.4761904762 반복 4회차: 4.4721377913 반복 5회차: 4.4721359550 2026 04.10 감사합니다. 주말 잘 보내세요. 2026 03.06