이번 시간은 수학적 디지털 툴 매스매티카을 이용해서 각각의 테이터를 그래프로 나타낼 수 있는 명령어들에 대해서 알아보겠습니다.
강의노트 다운로드: Note15-그래프그리기3.nb.pdf
연습문제
#1: myplot과 yourgraph를 다음과 같이 정의할 때 Show[myplot, yourgraph]와 Show[yourgraph, myplot]을 비교하여라.
myplot=Plot[x^2,{x,-4,10}]
yourgraph=ListLinePlot[{10,50,70,40,80,14},PlotStyle->Red]
#2: 다음과 같은 그래프를 만들어라.
'매스매티카 기초' 카테고리의 다른 글
강의17] 그래프 그리기5: 수학적 디지털 툴(매스매티카) Mathematica ContourPlot (0) | 2019.03.17 |
---|---|
강의16] 그래프 그리기4: 수학적 디지털 툴(매스매티카) Mathematica ParametricPlot (0) | 2019.03.17 |
강의14] 그래프 그리기2: 수학적 디지털 툴(매스매티카) Mathematica Plot PlotStyle (0) | 2019.03.17 |
강의13] 그래프 그리기1: 수학적 디지털 툴(매스매티카) Mathematica Plot PlotLegends Epilog Prolog (0) | 2019.03.17 |
강의12] 지우기/가리기: 수학적 디지털 툴(매스매티카) Mathematica Clear ClearAll ; (0) | 2019.03.15 |