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

수학노트
둘러보기로 가기 검색하러 가기
43번째 줄: 43번째 줄:
  
 
* 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 카 파일 목록]
 
 
 
 
 
 
 
  
 
==사전 형태의 자료==
 
==사전 형태의 자료==

2013년 2월 23일 (토) 10:21 판

개요

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 테이블 얻기

메모

관련된 항목들



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

사전 형태의 자료