• SEARCH

    통합검색
세모계
    • Dark Mode
    • GNB Always Open
    • GNB Height Maximize
    • Color
    • Brightness
    • SINCE 2015.01.19.
    • 세모계 세모계
    •   SEARCH
    • 세상의 모든 계산기  
      • 자유(질문) 게시판  
      • 계산기 뉴스/정보  
      • 수학, 과학, 공학 이야기  
      • 세모계 : 공지 게시판  
        • 구글 맞춤검색  
      • 세상의 모든 계산기  
        • 자유(질문) 게시판  
    • TI  
    • CASIO  
    • HP  
    • SHARP  
    • 일반(쌀집) 계산기  
    • 기타계산기  
    • 세모계
    • by ORANGEDAY
  • TI
    • TI nspire
    • [TI-nspire] 계산기 초기화 Reset, Document / Problem / Page / Variables 도큐먼트에서 변수까지

    • Profile
      • 세상의모든계산기
        *.165.6.43
      • 2024.07.13 - 10:39 2015.10.25 - 11:01  17737  11  1

    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 재확인

     

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

    20151025_1126382.jpg

     

    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 도 같이 삭제됨


    스크래치 패드h32_1_1_2_scratchpad.png에서는 h32_1_3_2_doc.pngh32_3_2_B.png Clear Scratchpad 가 같은 기능을 합니다.

    07-13-2024 Image001.jpg

     

    5. 변수만 삭제

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

    * delvar 변수명(들) :   
    ㄴ 변수들은 컴마(,)로 구분하여 입력


    관련 링크  [TI-nspire] 사용자 함수와 변수의 설정 function and variables

     

    6. 현재 Page 내 모든 entry 청소

    모든 작업 과정 제거 :    = Clear History
    ㄴ 작업의 결과로서 변수에 저장된 내용 등이 삭제되는 것은 아님

    1
    0
    추천인
    Attached file
    20151025_1126382.jpg 34.9KB 6707-13-2024 Image001.jpg 16.6KB 14
    이 게시물을..
    • 세상의모든계산기 세상의모든계산기 Lv. 25

      계산기는 거들 뿐
      혹은
      계산기를 거들 뿐

    • [TI-nspire] Step-By-Step, 2차함수의 해를 단계적으로 찾기. spoly2.tns세상의모든계산기
    • [TI-nspire] Step-By-Step, 2차함수의 해를 단계적으로 찾기. spoly2.tns세상의모든계산기

     댓글 11

      • Profile
      • 세상의모든계산기 (*.165.6.43) 2015.12.19 19:59 #comment_12281

        파일만 삭제하거나 설정만 default 로 돌리는 수준이 아니고, 정상작동이 안되서 아예 뒤집어 엎어야 하는 경우라면 
        http://www.allcalc.org/10820 를 참고하세요.

        0
        댓글
      • 감자자 (*.58.5.186) 2018.12.08 23:24 #comment_24831
        mylib에 모든파일이 지워져서 이상해졌습니다. 어떻게해야하나요
        0
        댓글 수정 삭제
      • Profile
      • 세상의모든계산기 (*.178.129.103) 2018.12.09 00:58 #comment_24838
        어떻게 이상해졌는지에 대한 설명이 필요합니다.
        0
        댓글
      • 구미사람 (*.45.215.193) 2020.04.30 01:48 #comment_29542
        nspire 계산기전체초기화하면 무슨 앱이남나요?
        0
        댓글 수정 삭제
      • Profile
      • 세상의모든계산기 (*.95.21.182) 2020.04.30 07:56 #comment_29549

        앱(프로그램?)을 없애려고 초기화하는 것이니 앱은 남지 않습니다.

        무슨 기능이 남는건지 궁금하신 거라면
        설명서(reference guide book)를 다운받아 읽어보시기 바랍니다. 거기 있는 모든 기능은 남습니다.

        0
        댓글
      • withmee (*.179.196.117) 2020.05.28 17:08 #comment_29786
        mylib이 삭제되어 .tns파일을 넣어도 함수들이 실행이 되지 않습니다 어떻게 해야하나요?
        0
        댓글
      • Profile
      • 세상의모든계산기 (*.95.21.182) 2020.05.28 18:18 #comment_29793
        mylib 폴더가 없더라도 내장 함수 실행에는 아무 문제가 없습니다.
        .tns 파일이 mylib 폴더에 있던 사용자 함수를 필요로 한다면,
        다시 만들어 넣으면 됩니다.
        0
        댓글
      • Profile
      • 세상의모든계산기 (*.95.21.182) 2020.06.03 21:14 #comment_29910

        1. 초기화 하면 mylib 폴더가 삭제됩니다. 

        2. mylib 폴더가 없더라도
        해당 기능을 쓰지 않는 이상 계산기의 다른 기능에는 아무 영향이 없습니다. 

        3. 사용자 함수를 만들어 다른 파일에서 불러 써야 한다면 그 때 mylib 폴더를 생성해 사용하시면 됩니다.

        0
        댓글
      • Profile
      • 세상의모든계산기 (*.95.21.182) 2020.06.03 21:22 #comment_29913

        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.
         

        Attached file
        linalgcas.tns 33.0KB / 85 numtheory.tns 25.7KB / 91
        0
        댓글
      • nspire cx cas (*.66.84.78) 2021.06.10 20:15 #comment_33309
        이 파일은 어디서 찾을 수 있나요?
        0
        댓글 수정 삭제
      • Profile
      • 세상의모든계산기 (*.95.21.182) 2021.06.10 22:45 #comment_33318
        첨부터 첨부가 되지 않았는지 / 알 수 없는 이유로 삭제되었었는지는 잘 모르겠습니다만...
        위 댓글에 다시 첨부파일로 넣어두었습니다.
        0
        댓글
    • 댓글 입력
    • 에디터 전환
    댓글 쓰기 에디터 사용하기 닫기
    • 목록 목록
    • [TI-nspire] Step-By-Step, 2차함수의 해를 단계적으로 찾기. spoly2.tns
    • [TI-nspire] Step-By-Step, 2차함수의 해를 단계적으로 찾기. spoly2.tns
    • 목록
    11
    by OrangeDay
    • TI
    • allcalc.org
    • 세모계 all rights reserved.