매스매티카

(메스메티카에서 넘어옴)

매스매티카(Mathematica)는 스티븐 울프램이 처음 고안하고 Wolfram Research에 의해 개발된 과학, 공학 등에서 널리 사용하는 계산용 소프트웨어이다. 1988년에 버전 1.0을 발매하였으며, 2019년 4월 16일 12.0.0을, 2021년 6월 12.3.1을, 2021년 12월 13일 13을 출시하였으며 2024년 1월 9일 최신 버전인 14.0.0이 출시되었다.

매스매티카
Wolfram Mathematica
개발자울프램 리서치
발표일1988년 6월 23일(35년 전)(1988-06-23)[1]
안정화 버전
14.0.0 / 2024년 1월 9일(3개월 전)(2024-01-09)[2]
프로그래밍 언어Wolfram 언어[3], C/C++, 자바[4]
운영 체제크로스 플랫폼(리스트)
언어영어, 중국어, 일본어
종류프로그래밍 언어, 컴퓨터 대수학 시스템, 그래픽 사용자 인터페이스
라이선스사유 소프트웨어
웹사이트www.wolfram.com/products/mathematica/

개요 편집

매스매티카는 기호적 수학 계산 프로그램으로서 해석적인 계산이 가능하며 컴퓨터 대수학 시스템이라 칭하기도 한다. 매스매티카는 수많은 과학, 공학, 수학 및 컴퓨팅 분야에서 사용되어오고 있다. 예를 들어 어떤 함수의 적분을 구할 때 수치적인 방법으로 적분값을 구하는 것뿐만 아니라 해석적인 방법으로 부정적분 값을 구할 수 있다.

Wolfram Research의 창시자인 스티븐 울프램과 그의 팀은 1986년부터 새로운 수식 처리 시스템의 개발을 시작하여 1988년 그 첫 번째 버전을 출시했다. 울프램은 당초 이 시스템을 Omega 그 후 PolyMath라 칭했으나, 당시 NeXT 사의 사장이었던 스티브 잡스와 상담 후 보다 일반적인 단어를 재해석하여 "Mathematica"라 이름 붙여졌다.[5]

역대 Mathematica의 로고에 사용되고있는 것은 "스파이키"라는 3 차원 다면체로 초대 Mathematica는 대형 이십 면체, 이후 버전에서는 쌍곡선 이십 면체를 장식 한 것이 사용되고있다[6][7].

Mathematica는 C/C++ 및 Java로 구현되어 있지만, 확장 가능한 라이브러리는 모두 Wolfram 언어로 쓰여져있다. 실제로 새로운 코드 (Wolfram 언어로 작성된 텍스트 파일)은 Mathematica의 "패키지 (.m 파일)"로 추가된다. Mathematica는 4,000개 이상의 고도로 정교한 내장 함수[8]를 포함하고 있으며 이것을 빌딩 블록처럼 조합해 사용하는 것으로, 프로그램 생성이 용이하다. 시스템으로의 Mathematica는 Wolfram 언어를 해석하여 실제로 계산을 수행하는 커널과 그 계산 결과를 표시하는 프런트 엔드의 두 부분으로 구성된다. 커널 및 프론트 엔드 사이의 통신은 "MathLink" 프로토콜이 사용된다.

기능 편집

 
Dini's surface plotted with adjustable parameters

매스매티카의 주요 기능[9]

인터페이스 편집

Mathematica는 사용자와 상호 작용할 수 있는 프론트 엔드와 Wolfram 언어 코드로 연산을 수행하는 커널의 두 부분으로 구성된다. 노트북 형식의 프론트 엔드는 Mathematica 시스템의 GUI를 담당하는 부분이며 포맷된 텍스트 및 수학 타입셋, 그래픽, GUI 요소, 테이블, 음향 결과와 함께 프로그램 코드를 포함하는 노트북 문서의 생성 및 수정이 가능하다. 모든 내용 및 서식 설정은 알고리즘 또는 인터랙티브하게 편집 가능하며 일반적인 프로세싱 기능 대부분을 지원하고 있다. 프론트 엔드와 커널은 서로 독립적으로 시작하고 "MathLink"라는 프로토콜을 사용하여 통신하고 있다.

하나의 노트북에서 데이터의 처리부터 시각화, 문서 작성까지 원활하게 수행할 수 있는 것은 Mathematica의 가장 큰 장점 중 하나이다. 노트북에서는 사용자의 입력 (텍스트와 Wolfram 코드)과 커널 연산 결과 (그래픽과 사운드 포함)는 모두 계층화 된 '셀'에 포함되어 문서의 개요 및 섹션 분할을 용이하게 할 수 있다. 노트북의 내용은 모두 Wolfram 언어로 기술되어 있으며, 그 자체를 Wolfram 언어로 생성, 수정, 해석하는 것이 가능하다. 노트북에서 TeXXML 등의 다른 포맷으로의 변환은 이 기능을 이용한 구문 분석을 통해 실현되고있다.

Mathematica 표준 노트북 이외에도 대체 프런트 엔드가 존재한다. 2006년에는 Eclipse 기반 통합 개발 환경의, Wolfram Workbench가 등장했다. Mathemarica의 프로젝트 기반 코드 개발 도구가되고 있으며, 버전 관리, 디버깅, 프로파일링, 테스팅[14] 등의 기능이있다. 또한 Mathematica 커널은 커멘드 라인 프론트 엔트 역시 포함하고있으며,[15] 다른 인터페이스로는 GNU readline, MASH[16] 기반의 JMath,[17]가 있으며 UNIX 명령 줄에서 직접 커널을 호출하여 상호작용할 수 있다.

계산 가능한 데이터 편집

Mathematica는 일관된 프레임 워크에서 관리되는 데이터 집합이 포함되어 있으며, 즉시 계산에 사용할 수 있는 엄선된 데이터 컬랙션을 포함하고 있다. 또한 Mathematica는 지속적으로 데이터를 업데이트하는 온라인 서비스 Wolfram Alpha와 통합되어 있다. 수학 데이터,[18] 뿐만 아니라 천문학 데이터, 화학 데이터, 지정학적 데이터, 언어 데이터, 생명 과학 데이터, 금융 데이터, 기상 데이터 등 다수의 계산 가능한 데이터를 포함하고 있다.

라이선스 및 사용 가능한 플랫폼 편집

Mathematica는 영리 목적, 교육용, 그리고 사용 용도[19]에 따른 각기 다른 컴퓨터 사유 소프트웨어이다. Mathematica 10은 마이크로소프트 윈도우 (Vist, 7,8, 10), Apple 사의 OS X, 리눅스, Raspbian, 그리고 온라인 서비스 등 다양한 버전을 지원한다.[20] 모든 플랫폼은 64 비트 구현을 지원한다.[21]

버전 기록 편집

  • Mathematica 1.0 (1988년 6월 23일)[22][23][24][25]
  • Mathematica 1.1 (1988년 10월 31일)
  • Mathematica 1.2 (1989년 8월 1일)[26][25]
  • Mathematica 2.0 (1991년 1월 15일)[27][25]
  • Mathematica 2.1 (1992년 6월 15일)[25][28]
  • Mathematica 2.2 (1993년 6월 1일)[25][29]
  • Mathematica 3.0 (1996년 9월 3일)[30]
  • Mathematica 4.0 (1999년 5월 19일)[25]
  • Mathematica 4.1 (2000년 11월 2일)[25]
  • Mathematica 4.2 (2002년 11월 1일)[25]
  • Mathematica 5.0 (2003년 6월 12일)[25][31]
  • Mathematica 5.1 (2004년 10월 25일)[25][32]
  • Mathematica 5.2 (2005년 6월 20일)[25][33]
  • Mathematica 6.0 (2007년 5월 1일)[34][35]
  • Mathematica 7.0 (2008년 11월 18일)[36]
  • Mathematica 8.0 (2010년 11월 15일)
  • Mathematica 9.0 (2012년 11월 28일)
  • Mathematica 10.0 (2014년 7월 9일)
  • Mathematica 10.0.1 (2014년 9월 17일)
  • Mathematica 10.0.2 (2014년 12월 10일)
  • Mathematica 10.1 (2015년 3월 30일)[37]
  • Mathematica 10.2 (2015년 7월 14일)[38]
  • Mathematica 10.3 (2015년 10월 15일)
  • Mathematica 10.3.1 (2015년 12월 16일)
  • Mathematica 10.4 (2016년 3월 2일)
  • Mathematica 10.4.1 (2016년 4월 18일)
  • Mathematica 11.0.0 (2016년 8월 8일)
  • Mathematica 11.0.1 (2016년 9월 22일)
  • Mathematica 11.1.0 (2017년 3월 16일)
  • Mathematica 11.1.1 (2017년 4월 19일)
  • Mathematica 11.2.0 (2017년 9월 14일)
  • Mathematica 11.3.0 (2018년 3월 18일)
  • Mathematica 12.0.0 (2019년 4월 16일)
  • Mathematica 12.1.0 (2020년 3월 18일)


참조 편집

유사한 프로그램 편집

각주 편집

  1. Wolfram, Stephen (2008년 6월 23일), 《Mathematica Turns 20 Today》, Wolfram, 2012년 5월 16일에 확인함 
  2. “Mathematica Quick Revision History”. 2023년 4월 3일에 확인함. 
  3. “Celebrating Mathematica’s First Quarter Century”. 2015년 8월 11일에 확인함. 
  4. The Software Engineering of Mathematica—Wolfram Mathematica 9 Documentation. Reference.wolfram.com. Retrieved on 2015-03-23.
  5. Wolfram, Stephen (2011년 10월 6일), 《STEVE JOBS: A FEW MEMORIES》, Wolfram Alpha, 2012년 5월 16일에 확인함 
  6. Weisstein, Eric W., 〈Spikey〉, 《SPIKEY》, Wolfram MathWorld 
  7. Trott, Michael (2007년 5월 22일), 〈Making the Mathematica 6 Spikey〉, 《Wolfram Blog》, Wolfram Blog 
  8. 〈Mathematica 가이드〉, 《Alphabetical Listing》, Wolfram Research, Inc. 
  9. “Wolfram Language & System Documentation Center”. 2015년 8월 11일에 확인함. 
  10. /mathematica_7.html Review: Mathematica 7. Technical computing powerhouse gets more oomph[깨진 링크(과거 내용 찾기)] Macworld, Jan 2009
  11. Mathematica 6 Labs Review Archived 2022년 3월 25일 - 웨이백 머신 Cadalyst Feb 1, 2008
  12. “The Free-Form Linguistics Revolution in Mathematica”. 2015년 8월 11일에 확인함. 
  13. “Free-Form Linguistic Input”. 2015년 8월 11일에 확인함. 
  14. “Wolfram intros Workbench IDE for Mathematica”. 《Macworld》. 2006년 6월 21일. 2006년 7월 2일에 원본 문서에서 보존된 문서. 2015년 8월 11일에 확인함. 
  15. Using a Text-Based Interface documentation at wolfram.com
  16. “Directory listing:”. 2015년 8월 11일에 확인함. 
  17. “JMath: A GNU Readline based frontend for Mathematica”. 2015년 8월 11일에 확인함. 
  18. 〈Scientific and Technical Data〉, 《Mathematic Guide》, Wolfram Research, 2012년 5월 10일에 원본 문서에서 보존된 문서, 2012년 5월 16일에 확인함 
  19. “Wolfram Mathematica License Agreement” (PDF). 2015년 8월 11일에 확인함. 
  20. Raspberry Pi Includes Mathematica for Free The Verge
  21. “Wolfram Mathematica”. 2015년 8월 11일에 확인함. 
  22. 《Mathematica: The Scrapbook》, Wolfram, 2012년 5월 18일에 원본 문서에서 보존된 문서, 2012년 5월 16일에 확인함 
  23. “The Mathematica Journal: Volume 9, Issue 1: News Bulletins”. 2016년 3월 3일에 원본 문서에서 보존된 문서. 2015년 8월 11일에 확인함. 
  24. Supercomputer Pictures Solve the Once Insoluble, John Markoff, October 30, 1988.
  25. Nasser M. Abbasi. “A little bit of Mathematica history”. 
  26. Mathematica 1.2 adds new graphics options: upgrade also promises concurrent operations by Elinor Craig, MacWeek, July 25, 1989.
  27. Mathematica + 283 functions = Mathematica 2.0 by Raines Cohen, MacWeek, January 15, 1991.
  28. New Mathematica: faster, leaner, linkable and QuickTime-compatible: MathLink kit allows ties to other apps. (Wolfram Research Inc. ships Mathematica 2.1, new QuickTime-compatible version of Mathematica software) by Daniel Todd, MacWeek, June 15, 1992.
  29. New version of Mathematica Archived 2012년 10월 23일 - 웨이백 머신, Mechanical Engineering, June 1, 1993.
  30. “Wolfram News Archive”. Wolfram.com. 2013년 3월 2일에 원본 문서에서 보존된 문서. 2013년 8월 16일에 확인함. 
  31. Mathematica 5.0 Adds Up: Exactly 15 years after Mathematica's initial release, Wolfram Research has released Mathematica Archived 2019년 8월 5일 - 웨이백 머신, PC Magazine, September 3, 2003.
  32. Mathematica 5.1's Web Services Add Up; Mathematica 5.1 delivers improvements over Version 5.0 that are vastly out of proportion for a .1 upgrade. Archived 2012년 12월 9일 - 웨이백 머신 by Peter Coffee, eWeek, December 6, 2004.
  33. Mathematica hits 64-bit Archived 2011년 6월 10일 - 웨이백 머신, MacWorld UK, July 13, 2005.
  34. Today, Mathematica is reinvented - Blog by Stephen Wolfram
  35. Mathematica 6: Felix Grant finds that version 6 of Wolfram Research's symbolic mathematical software really does live up to its expectations. Archived 2011년 1월 13일 - 웨이백 머신 Scientific Computing, 2007.
  36. Mathematica 7.0 Released Today! - Blog by Stephen Wolfram
  37. “Wolfram Research News » Mathematica 10.1 is Now Available!”. 2015년 8월 22일에 원본 문서에서 보존된 문서. 2015년 8월 11일에 확인함. 
  38. “Mathematica Latest Version and Quick Revision History”. 2015년 8월 11일에 확인함. 

외부 링크 편집