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

수학노트
둘러보기로 가기 검색하러 가기
(피타고라스님이 이 페이지를 개설하였습니다.)
 
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>
  
 +
 
 +
 +
 
 +
 +
<h5>개요</h5>
 +
 +
 
 +
 +
 
 +
 +
<h5>코드</h5>
 +
 +
# A := {f[x], g[x]}<br> X := Table[x, {x, 0, 9}]<br> T := Table[A, {x, X}]<br> TableForm[T, TableHeadings -> {X, A}]
 +
 +
 
 +
 +
<h5>메모</h5>
 +
 +
 
 +
 +
 
 +
 +
<h5>관련된 항목들</h5>
 +
 +
 
 +
 +
 
 +
 +
 
 +
 +
<h5>사전 형태의 자료</h5>
 +
 +
* http://ko.wikipedia.org/wiki/
 +
* http://en.wikipedia.org/wiki/
 +
* [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/

2011년 3월 24일 (목) 05:34 판

이 항목의 수학노트 원문주소

 

 

개요

 

 

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

 

메모

 

 

관련된 항목들

 

 

 

사전 형태의 자료

 

 

관련논문