- TI nspire
[TI-nspire] 계산기 초기화 Reset, Document / Problem / Page / Variables 도큐먼트에서 변수까지
1. TI-nspire 의 특징
TI-nspire 는 간단하게 계산할 수 있는 Scratchpad
모드가 있고, 정식?으로 계산할 수 있는 Document
모드가 있습니다.
설명: Document, Problem, Page의 관계
문서(Document)
- 정의: Document(문서)는 하나의 File(파일)로 볼 수 있습니다.
- 특징: 하나의 문서에는 여러 개의 문제(Problem)를 포함할 수 있습니다.
문제(Problem)
- 정의: 문제는 문서 안에 생성되는 개별 단위입니다.
- 특징: 각 문제는 독립적이며, 다른 문제와 변수나 계산 결과를 공유하지 않습니다.
- 하위 단위: 각 문제는 여러 개의 페이지(Page)를 포함할 수 있습니다.
페이지(Page)
- 정의: 페이지는 문제 안에 생성되는 하위 단위입니다.
- 특징: 같은 문제 안의 페이지들은 서로 변수를 공유합니다.
- 제한: 계산 결과(ans)는 페이지들 간에 공유되지 않습니다.
Document (File)
├── Problem 1
│ ├── Page 1
│ ├── Page 2
│ └── Page 3
├── Problem 2
│ ├── Page 1
│ ├── Page 2
│ └── Page 3
└── Problem 3
├── Page 1
├── Page 2
└── Page 3
관계 요약
- Document는 여러 Problem을 포함.
- 각 Problem은 서로 독립적이며, 변수나 계산 결과를 공유하지 않음.
- Problem 내부의 Page는 변수를 공유하지만, 계산 결과(ans)는 공유하지 않음.
여러 단계로 구분된만큼 DATA를 초기화하는 단계도 다양합니다. 원하는 수준으로 초기화하고 새로운 계산을 하는 것은 DATA를 관리하는데 중요한 일입니다.
예를 들어
현재 계산과정은 보존한 채 변수를 공유하는 다른 작업을 하고 싶으면 새 Page를 만들고,변수가 섞이면 안되는 다른 작업을 하고 싶으면 새 Problem 이나 새 Document 를 만들면 됩니다.
ㄴ 작업간 유사성이 있다면 New Problem 으로 하나의 파일에 저장시켜두는 것이 유리하겠죠.
2. 초기화
1. 계산기 전체 초기화
* 효과
: 메모리에 저장되어 있는 (Mylib 폴더를 포함한) 모든 file들을 삭제하고 공장 초기화 상태에 가깝게 돌립니다.
* 방법 :
= My Document 파일 관리자 화면
= DELETE All

= OK 재확인
※ 시험을 위한 초기화에 적합합니다. 되돌리기 명령
이 통하지 않습니다.
시험 감독관이 위의 명령을 직접 시행하는 것이 가장 좋고, 아니면 최소한 아래의 화면을 확인하여야 합니다.

2. Document 삭제 & 새 Document 생성
* 새 Document 생성 :
ㄴ 이 때 기존 작업중이던 Document 를 저장할 것인지 묻는데, No 를 선택하면 자동으로 삭제되는 효과를 얻습니다.
* 기존 Document 삭제 :
해당 파일 선택 후

주의
다만 삭제 직후에
= 되돌리기 기능을 사용하면 파일삭제 명령을 되돌릴 수 있습니다.
따라서 완벽한 초기화를 하려면 'My Document' 만 보고 판단하지 말고, 『1. 계산기 전체 초기화』 명령을 반드시 확인하여야 합니다.
3. 현재 Problem 삭제 or 새 Problem 생성
* 새 Problem 생성 :
= Insert
= Problem
* 현재 Problem 삭제 : 
= Page Sorter 로 이동
방향키로 삭제할 Problem 을 (검정색) 하이라이트시키고 
4. 현재 Page 삭제 or 새 Page 생성
* 새 Page 생성 :
또는
ㄴ 둘 다 같은 효과
* 현재 Page 삭제 : 
= Page Sorter 로 이동
방향키로 삭제할 Page에 (테두리) 하이라이트시키고 
ㄴ 선택한 Page가 속한 Problem 의 모든 Page가 삭제되면 Problem 도 같이 삭제됨
스크래치 패드
에서는 
Clear Scratchpad 가 같은 기능을 합니다.

5. 변수만 삭제
* ClearAZ :
ㄴ a에서 z까지 영문자 1글자로만 이루어진 변수(함수)만 삭제.
ㄴ 삭제되지 않는 변수(함수)명 예시 : a1, ab, f1()
* delvar 변수명(들) :

ㄴ 변수들은 컴마(,)로 구분하여 입력
6. 현재 Page 내 모든 entry 청소
모든 작업 과정 제거 :
= Clear History
ㄴ 작업의 결과로서 변수에 저장된 내용 등이 삭제되는 것은 아님
댓글11
- 1
- 1
- 1
-
1
세상의모든계산기
1-1. 최초 mylib 폴더 안에는 linalgcas.tns 와 numtheory.tns 라이브러리가 들어 있습니다. (이 댓글에 첨부합니다)
linalgcas library
TABLE OF CONTENTS
Part1: Linear Algebra
ceigenvals(Matrix)- symbolic complex eigenvalues of a matrix
clearmat()- delete temporary matrices
cofactor(Matrix,i,j) - cofactor of a matrix
comatrix(Matrix) - comatrix of a matrix (matrix of cofactors)
diagonalization(Matrix)- matrix diagonalization
dn(Matrix)- Jordan–Chevalley decomposition of a matrix M, where M=D+N, N·D=D·N
eigenvals(Matrix)- symbolic real eigenvalues of a matrix
eigenvects(Matrix,λ)- symbolic basis of the eigenspace of a matrix related to eigenvalue λ.
expmat(Matrix)- symbolic matrix exponential, ^(t·Matrix).
gausstep(Matrix)- step-by-step row matrix reduction.
help()- displays syntax info for functions and programs from library linalgcas.
inversestep(Matrix)- step-by-step matrix inverse computation.
kernelbasis(Matrix)- basis of kernel (null space) of a square matrix
kernelvectors(Matrix)- kernel (null space) vectors of a matrix
pwrmat(Matrix)- symbolic matrix power,Matrix^(n)
rank(Matrix)- rank of a matrix
simultstep(aMatrix, bVector)- step-by-step version of simult().
Part2: System of Linear Differential Equations
desystem(A,B)- solve system of differential equations in the form X'(t)=A·X(t)+B(t)
desysinitcond(A,B,t0,X0)- solve above system with initial condition X(t0)=x0.
desysnewcond(t1,X1)- solve the previously solved system of linear differential equations again, but with new initial conditions X(t1)=X1
numtheory library (en/fr/ge) - version 1.00 (2009-02-17)
Public functions for arithmetic
bezout(a,b) - (u,v,d)such that ua+bv=d, with d=gcd(a,b)
contfrac2real(list)- converts the continued fraction list to a real number
divisors(n)- list of divisors of n
factorstep(n)- step-by-step factorization of integer n
gcdstep(a,b)- step-by-step gcd
listprimediv(n)- list of prime divisors
nextprime(n)- first prime psuch that n≤p
phi(n)- number of positive integers not exceeding n and relatively prime to n
prevprime(n)- last prime psuch that p≤n
primecount(a,b)- counts the primes between aand b
primelist(a, b)- generates the list of primes between aand b
pwrmod(a,n,b)- compute a^(n) mod b(even for large values of aand n)
real2contfrac(num,k)- generates a list of the first k convergents for the continued fraction of a real number num.
Public functions for study of permutations
randperm(n)- generate a random permutation of {1,2,3,...,n}
signature(σ)- signature of a permutation defined by the list {σ(1),σ(2),...}
signaturestep(σ)- step-by-step signature of a permutation, with intermediate steps (with display of the decomposition in disjoint cycles)
Others tools included in this library
select(List,"boolean_expr(x)")- selects elements of a list with a specified property
select_range(n1,n2,"boolean_expr(x)")- selects integers elements between n1and n2with a specified property
sort_asc(ListNum)- sorts a list of numeric values in ascending order
sort_desc(ListNum)- sorts a list of numeric values in descending order
Private functions
These functions are not shown in the catalog, but they may however be used in other documents, if they are called by their long names.
numtheory\is_perm(List)- tests if a list does define a permutation: elements must be integers from 1 to n (number of elements of the list) and each must appear exactly once.
- 2
- 3
세상의모든계산기 님의 최근 댓글
뉴턴-랩슨 적분 방정식 시각화 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