- TI nspire
[TI-nspire cas] [라이브러리] laplace 라플라스 변환/역변환 2종
1. Library Specfunc
다운로드 (서버 에러인 듯) :
http://www.univers-ti-nspire.fr/activites.php?lang=&ress_id=82
아카이브 다운로드 :
http://web.archive.org/web/20200211031049/http://www.univers-ti-nspire.fr/activites.php?lang=&ress_id=82
사용 방법
specfunc.tns utils.tns 두개의 파일을 mylib 폴더에 복사해 넣으시고 사용하시면 됩니다.
자세한 사용법은 위 다운로드 링크에 동영상으로 나오니 참고하세요.
(동영상이 Adobe flash 라서 현재 재생이 불가능합니다)
- 2개의 파일(specfunc.tns, utils.tns)을 모두 계산기 My Documents\MyLib 폴더 안에 넣습니다.
- 새로운 문서(Ctrl+N) 또는 현재 문서로 가서 라이브러리를 Refresh 해 줍니다.
Doc - 6: Refresh Libraries
- Catalog 6: 탭에서 specfunc 와 utils 관련 함수가 떠 있으면 성공입니다. 잘 쓰시면 됩니다.

주의사항 : 삼각함수 취급할 때 각도는 항상 Rad 으로 설정하세요. Deg로 하면 버그납니다.
※ 참고예시 : https://seg-apps.etsmtl.ca/nspire/documents/transf%20Laplace%20prog.pdf
ㄴ 혹시 이것도 모르니 첨부 파일에 넣어둡니다.
2. Complex Analysis Functions
다운로드 :
http://www.ticalc.org/archives/files/fileinfo/451/45165.html
기능 :
Documentation
This page includes information on the arguments and output of the library's functions. Examples can be found on the next page.
cint(f,z,plist)
Computes the contour integral of the function f of the complex variable z whose interior includes the poles of f in the list plist. (See cpoles for more information) Returns a complex number.
cpoles(f,z)
Returns a list containing the locations of all the poles of the function f of the complex variable z.
invlapl(f,p,x)
Calculates the inverse Laplace transform of the function f of the real variable p. Returns the transformed function of the real variable x.
lapl(f,x,p)
Calculates the Laplace transform of the function f of the real variable x. Returns the transformed function of the real variable p.
residue(f,z,p)
Computes the residue of the function f of the complex variable z at the point p. (p can be the point at infinity)

댓글19
- 1
- 1
- 1
- 2
- 3
-
- 1
-
tinspirechoigo2021.12.11 - 22:25 #35995nspire cx cas2 인데 컴퓨터로 cx cas2 계산기프로그램으로 돌리면 되는데 계산기에서는 계속 function is not defined 라고 뜨네요 ㅠㅠ
- 1
-
세상의모든계산기
This library file contains a direct adaptation for TI-Nspire of the set of functions and programms of the package "Advanced Laplace 1.4" originally written by Lars FREDERICKSEN for Voyage 200.
Please, do consider that this file is just a beta-version.
The original version (for V200) is available on the page:
http://www.seg.etsmtl.ca/ti/laplace.html
[TI-Nspire] 기본 기능을 이용한 라플라스 변환
https://allcalc.org/50305 -
DulceDomum2026.04.03 - 19:23 #57075Q1. laplace 함수를 call 해서 사용할 때 함수의 주소까지 써야 작동이 되는데, 어떤게 문제일까요?
ex) laplace(a) (입력) > laplace(a) (출력)
specfunc\laplace(a) (입력) > a/s (출력)
이런식으로 나옵니다
Q2. 2개 이상의 변수를 사용하게 되면 변환이 제대로 이루어지지 않는데, 어떻게 해결해야 할까요?
ex) specfunc\laplace(cos(t)) (입력) > s/{(s^2}+1} (출력)
specfunc\laplace(cos(at)) (입력) > cos(at)/s (출력) -
1
DulceDomum2026.04.03 - 20:29 #57081다시 해보니깐 Q1 문제는 laplace(t) := specfunc\laplace(t) 로 정의하여 사용하니 문제가 없네요
Q2 문제는 cos(at)가 아닌 cos(a*t) 이런식으로 곱셈기호를 넣어주니 정상작동 하네요
세상의모든계산기 님의 최근 댓글
링크가 깨졌다고 하시니 404 에러가 나는 아래 링크를 말씀하시는 것 같은데 https://digilander.libero.it/fpirozzi/fourier.zip 이것은 TI-89 / TI-92 용 파일이며 [TI-92][TI-89] Fourier Transform Library https://allcalc.org/52455 링크의 Attached files + 안에 있습니다. 2026 09.11 본문에 사용된 nspire 용 파일은 본문 하단에 Attached files + 안에 있습니다. 클릭하면 표시됩니다. 2026 09.11 이 사이트에 올라와 있는 첨부 파일은 본문 하단에 있는 [Attached files +] 버튼을 눌러야 리스트가 보입니다. 2026 09.07 이렇게 질문하시면 무슨 파일인지 알 수가 없습니다. 해당 글에 댓글을 쓰시는게 최선이며, 권한 문제로 그것이 불가능하면 해당 글의 주소를 붙여넣으시거나, 제목 전체를 복사해 넣으셔야 구분이 됩니다. 2026 09.07 - claude AI는 l-c*r^2 을 1-c*r^2 으로 잘못 읽고 표시하고 있습니다. - TI-nspire CAS 계산기에 l-c*r^2 ≥0 을 조건에 추가해 계산해 보아도 결과는 바뀌지 않습니다. 2026 07.20