"표와 테이블 관리"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 14개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 수학노트 원문주소</h5>
+
==개요==
  
 
 
  
 
+
==latex 테이블==
 +
* [[LaTeX 테이블 만들기]]
  
<h5>개요</h5>
 
  
 
 
  
 
 
  
<h5>테이블 헤딩</h5>
+
==테이블 헤딩==
 +
<code>A := {f[x], g[x]} X := Table[x, {x, 0, 9}] T := Table[A, {x, X}] TableForm[T, TableHeadings -> {X, A}]</code>
  
# A := {f[x], g[x]}<br> X := Table[x, {x, 0, 9}]<br> T := Table[A, {x, X}]<br> TableForm[T, TableHeadings -> {X, A}]
 
  
 
+
===예===
 +
<code> f[x_, y_] := 10 x + y X := Table[x, {x, 1, 9}] Y := Table[y, {y, 1, 5}] Z := Prepend[X, "x\[DescendingEllipsis]y"] A := Table[f[x, y], {x, X}, {y, Y}] Grid[MapThread[Prepend, {Prepend[A, Y], Z}], Frame -> All] Y // TableForm A // TableForm Prepend[A, Y] // TableForm </code>
  
 
 
  
 
+
==HTML 테이블 얻기==
  
# f[x_, y_] := 10 x + y<br> X := Table[x, {x, 1, 9}]<br> Y := Table[y, {y, 1, 5}]<br> Z := Prepend[X, "x\[DescendingEllipsis]y"]<br> A := Table[f[x, y], {x, X}, {y, Y}]<br> Grid[MapThread[Prepend, {Prepend[A, Y], Z}], Frame -> All]<br> Y // TableForm<br> A // TableForm<br> Prepend[A, Y] // TableForm
+
  
 
+
  
 
+
  
<h5>HTML 테이블 얻기</h5>
+
  
ㅗㅓ
+
==메모==
  
 
+
  
 
+
  
<h5>메모</h5>
+
==관련된 항목들==
  
 
+
* [[LaTeX 테이블 만들기]]
  
 
+
  
<h5>관련된 항목들</h5>
+
  
 
+
==매스매티카 파일 및 계산 리소스==
 
 
 
 
 
 
<h5>매스매티카 파일 및 계산 리소스</h5>
 
  
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxNDYwYTJjNTYtZmJjYi00YmFlLWFmMjktYTVhYzAwNTA0MTdm&sort=name&layout=list&num=50
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxNDYwYTJjNTYtZmJjYi00YmFlLWFmMjktYTVhYzAwNTA0MTdm&sort=name&layout=list&num=50
* http://www.wolframalpha.com/input/?i=
+
* http://mathematica.stackexchange.com/questions/11305/how-to-display-equations-without-mathematica-simplifying-them?rq=1
* http://functions.wolfram.com/
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://people.math.sfu.ca/%7Ecbm/aands/toc.htm Abramowitz and Stegun Handbook of mathematical functions]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]
 
* [http://numbers.computation.free.fr/Constants/constants.html Numbers, constants and computation]
 
* [https://docs.google.com/open?id=0B8XXo8Tve1cxMWI0NzNjYWUtNmIwZi00YzhkLTkzNzQtMDMwYmVmYmIxNmIw 매스매티][https://docs.google.com/open?id=0B8XXo8Tve1cxMWI0NzNjYWUtNmIwZi00YzhkLTkzNzQtMDMwYmVmYmIxNmIw 카 파일 목록]
 
 
 
 
 
 
 
 
 
  
<h5>사전 형태의 자료</h5>
+
==사전 형태의 자료==
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
68번째 줄: 51번째 줄:
 
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
  
 
 
 
 
 
 
<h5>관련논문</h5>
 
  
* http://www.jstor.org/action/doBasicSearch?Query=
+
[[분류:목록]]
* http://www.ams.org/mathscinet
+
[[분류:매스매티카]]
* http://dx.doi.org/
+
[[분류:계산 리소스]]

2020년 11월 13일 (금) 23:26 기준 최신판

개요

latex 테이블



테이블 헤딩

A := {f[x], g[x]} X := Table[x, {x, 0, 9}] T := Table[A, {x, X}] TableForm[T, TableHeadings -> {X, A}]


f[x_, y_] := 10 x + y X := Table[x, {x, 1, 9}] Y := Table[y, {y, 1, 5}] Z := Prepend[X, "x\[DescendingEllipsis]y"] A := Table[f[x, y], {x, X}, {y, Y}] Grid[MapThread[Prepend, {Prepend[A, Y], Z}], Frame -> All] Y // TableForm A // TableForm Prepend[A, Y] // TableForm


HTML 테이블 얻기

메모

관련된 항목들



매스매티카 파일 및 계산 리소스

사전 형태의 자료