표와 테이블 관리

수학노트
둘러보기로 가기 검색하러 가기
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

개요

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

메모

관련된 항목들



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

사전 형태의 자료