Pari-gp 2006/7/ Pari-gp 2. Microsoft Windows Pari-gp Galois 8.

Size: px
Start display at page:

Download "Pari-gp 2006/7/12 2 1. Pari-gp 2. Microsoft Windows 3. 4. Pari-gp 5. 2 6. 7. Galois 8."

Transcription

1 Pari-gp 2006/7/12 1 Pari-GP

2 Pari-gp 2006/7/ Pari-gp 2. Microsoft Windows Pari-gp Galois 8.

3 Pari-gp 2006/7/ ε.

4 Pari-gp 2006/7/12 3 Pari-gp Pari C gp GP gp K. Belabas users manual 200 tutorial 50

5 Pari-gp 2006/7/ tutorial GAP 50

6 Pari-gp 2006/7/12 4 Pari-gp GNU Public License Linux, FreeBSD Unix clone, Apple MacOS X, Microsoft Windows

7 Pari-gp 2006/7/12 5 Pari-gp Q: A:

8 Pari-gp 2006/7/12 6 Pari-gp Q: A: gp 4MB 500,000

9 Pari-gp 2006/7/12 7 Pari-gp Q: C gp A: gp for() C gp2c gp C

10 Pari-gp 2006/7/12 8 Pari-gp Q: A: Abel Smith Normal Form, Abel Hermite Normal Form,

11 Pari-gp 2006/7/12 9 Pari-gp Q: A: H. Cohen GTM 138, GTM 193

12 Pari-gp 2006/7/12 10 Pari-gp Q: A: GRH GRH Heuristic 2

13 Pari-gp 2006/7/12 11 Microsoft Windows 1. Microsoft Windows Pari exe. 2.

14 Pari-gp 2006/7/12 12 gp p =

15 Pari-gp 2006/7/ Pari Perl (Math::Pari), Python, Lisp (CLISP) Risa/Asir

16 Pari-gp 2006/7/12 13 gp exact GMP p

17 Pari-gp 2006/7/ \p \ps. gp? \p 56 56

18 Pari-gp 2006/7/12 14 gp [1,2,3] : [1,2,3]~ : [1,2,3;4,5,6;7,8,9] = *: [1,2,3]*[1,2,3]~ = 14

19 Pari-gp 2006/7/ matdet(), matrank(), mateigen(), charpoly().

20 Pari-gp 2006/7/12 15 gp? a = 1;? a = [1, 2, 3];? a[1] 1

21 Pari-gp 2006/7/12 16 sin(): p gp> sin(i) time = 0 ms. %12 = 0.E *I (e 1 e)/2i = I.

22 Pari-gp 2006/7/12 17 factorint(): MPQS, ECM, ρ, etc... factor(): 1

23 Pari-gp 2006/7/ fermat(n)=2^(2^n)+1. sizedigit(n) n 10 debugging level 3 \g 3

24 Pari-gp 2006/7/12 18 quad qfb quaddisc(x) Q( x) qfbclassno(x) Q( x) Shanks quadclassunit(x) Q( x)

25 Pari-gp 2006/7/12 19 qfbclassno(x)? qfbclassno (-3299) %10 = 27 qfbclassno (-3299,1) %11 = 27 Euler

26 Pari-gp 2006/7/ Qfb(a, b, c) ax 2 + bxy + cy 2.

27 Pari-gp 2006/7/12 20 quadclassunit() quadclassunit(x,{flag}, {tech=[]}) Q( x) Buchmann-McCurley sub-exponential D < 10 25, D > qfbclassno()? quadclassunit(-10^25-3) %20 = [ , [ , 2], [Qfb(7, 1, ), Qfb(13, 13, )], 1]

28 Pari-gp 2006/7/12 21 quadclassunit(x) flag=1 D > 0 tech=[c 1, c 2 ] c 1, c 2 > 0 c 2 = c 0.1 c 2.0 c = 6 GRH GRH bnf...

29 Pari-gp 2006/7/ ? quadclassunit(-3299,,[6,6]) %21 = [27, [9, 3], [Qfb(3, 1, 275), Qfb(23, -17, 39)], 1] GRH

30 Pari-gp 2006/7/12 22 nf bnf big number field/buchman s number field x = 0 2 Q( 3299)? T = x^ ;? bnf = bnfinit(t);? bnf.clgp %69 [27, [9, 3], [[3, 2; 0, 1], [23, 8; 0, 1]]] bnf.no= =27 bnf.cyc= = Z/9Z Z/3Z, bnf.gen=

31 Pari-gp 2006/7/12 23 bnfinit() bnfcertify() : bnfinit() 1? bnf = bnfinit(t);? bnfcertify(bnf) %10 = 1

32 Pari-gp 2006/7/ Hilbert quadhilbert(d): 2 Q( D) Hilbert Q( D)?quadhilbert(-3299) time = 33 ms. %11 = x^27-125*x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x^ *x + 1

33 Pari-gp 2006/7/12 25 monic Z T nfinit(t), bnfinit(t). T θ Q Q(θ) x x x = 0 K? T = x^4 + 24*x^ *x ;? bnf = bnfinit(t);? bnf.sign %68 [0,4]? bnf.clgp %69 [4, [4], [[7, 4, 5, 6; 0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1]]] bnf.no= = 4, bnf.cyc= 4 bnf.gen=

34 Pari-gp 2006/7/12 26 bnf bnf.zk Z HNF idealprimedec() 2? bnfisprincipal(bnf,idealpow(bnf,bnf.gen[1],4)) %190 = [[0]~, [3, -6, 2, -1]~] bnf bnf.gen[1] 4=bnf.no

35 Pari-gp 2006/7/12 27 polcompositum(pol1, pol2, flag=0: pol1 pol2? polcompositum(x^2+23, polsubcyclo(9,3)); %82 = [x^6 + 63*x^4 + 2*x^ *x^2-144*x ]? qfb 23 3=bnfinit(%82[1]); Q( 23) 9 3 Q( 23) Z 3 1st layer.

36 Pari-gp 2006/7/12 28 Q Galois? G17 = galoisinit(polcyclo(17));? galoisisabelian(g17) %203 = [16]? galoispermtopol(g17,g17.gen[1]) %204 = x^7? galoisfixedfield(g17,g17.gen[1]^4,1) %207 = x^4 + x^3-6*x^2 - x + 1? galoisexport(galoisinit(%)) %208 = "Group((1, 3, 2, 4))"

37 Pari-gp 2006/7/ polcyclo(17) 17 Galois 16 σ 7 σ 4 x^4 + x^3-6*x^2 - x + 1 Q Galois GAP Group((1, 3, 2, 4))

38 Pari-gp 2006/7/12 29

39 Pari-gp 2006/7/12 30 if() gp if(,, ) for() for(,, )? for(d=1,100,if(isfundamental(d), h=qfbclassno(d); if(mod(h,3)==mod(0,3),print(d, ", ", h))))

40 Pari-gp 2006/7/12 31 (,...) = { }

41 Pari-gp 2006/7/12 32 file \r file read(file ) write(file,...)... file

42 Pari-gp 2006/7/12 33 ray class group/ray class field bnr rnf gp2c: gp C gp C Unix

43 Pari-gp 2006/7/12 34

2.4.2 if Par

2.4.2 if Par Pari-GP 1 Pari-gp 2 1.1 Pari-gp............... 3 2 gp 4 2.1 gp............................. 5 2.1.1 gp................... 5 2.1.2...................... 6 2.1.3............... 7 2.1.4......................

More information

Pari-gp /7/5 1 Pari-gp 3 pq

Pari-gp /7/5 1 Pari-gp 3 pq Pari-gp 3 2007/7/5 1 Pari-gp 3 pq 3 2007 7 5 Pari-gp 3 2007/7/5 2 1. pq 3 2. Pari-gp 3. p p 4. p Abel 5. 6. 7. Pari-gp 3 2007/7/5 3 pq 3 Pari-gp 3 2007/7/5 4 p q 1 (mod 9) p q 3 (3, 3) Abel 3 Pari-gp 3

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

橡Taro9-生徒の活動.PDF

橡Taro9-生徒の活動.PDF 3 1 4 1 20 30 2 2 3-1- 1 2-2- -3- 18 1200 1 4-4- -5- 15 5 25 5-6- 1 4 2 1 10 20 2 3-7- 1 2 3 150 431 338-8- 2 3 100 4 5 6 7 1-9- 1291-10 - -11 - 10 1 35 2 3 1866 68 4 1871 1873 5 6-12 - 1 2 3 4 1 4-13

More information

untitled

untitled http://www.mofa.go.jp/mofaj/toko/visa/index.html http://www.cn.emb-japan.go.jp/jp/01top.htm http://www.shanghai.cn.emb-japan.go.jp/ http://www.guangzhou.cn.emb-japan.go.jp/ http://www.shengyang.cn.emb-japan.go.jp/jp/index.htm

More information

XX 1 01 234214 X X 1 0 1 2 3 4 2 1 4000 784 0007533 X X 1 0 1 2 3 4 2 1 4000 7 2 3 7 2 3 2 3 2 2 1 6 2 XXX-XXXX X[ 01 111 9416 39 XXX-XXXX 18.50 3.00 15.50 15.50 0.05 18.50 3.00 15.50,984 1 5 uaj39uuy

More information

aisatu.pdf

aisatu.pdf 1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71

More information

1 Power WX-Word WordPerfect EGWORD OASYS dp/note BeatWord Microsoft Word 1 12 8 0742 00 0000 FAX 0742 00 0001 1. 8 20 18 20 2. 3. 2,000 T E L F A X 2 Word Word Word Word Web Word 2 3 Word 4 [ ] 2 5 [Microsoft

More information

2

2 1 2 3 4 5 6 ( ) 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6+ 6-5 2 6-5- 6-5+ 5-5- 5- 22 6+ 6-6+ 6-6- S-P time 10 5 2 23 S-P time 5 2 5 2 ( ) 5 2 24 25 26 1 27 28 29 30 95 31 ( 8 2 ) http://www.kishou.go.jp/know/shindo/kaisetsu.html

More information

-----------------------------------------------------------------------------------------1 --------------------------------------------------------------------------------------1 -------------------------------------------------------------------------------------1

More information

›¼’à”v“lŠÍ1−ª

›¼’à”v“lŠÍ1−ª 3 1 1 2 3 4 5 6 7 8 8 10 12 14 16 18 20 22 24 2 1 2 3 4 5 6 7 8 9 10 11 12 26 28 30 32 34 36 38 40 42 44 46 48 50 4 3 1 2 3 4 5 52 54 56 58 60 6 62 7 8 9 10 64 66 68 70 72 5 1 1 4 2 5 6 6 7 1 8 1 9 2 10

More information

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 1 2 3 4 5 6 1 2 1 2 1 2 1 2 1 2 3 4 12 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 7 8 1 2 3 46 7 1 2 3 4 5 6 7 1 2 3 4 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 16 7 8 92 3 46 7 :

More information

- 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 2-12 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1 - 2 - 3 6 1 1-4 - 5 - 6 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 130 3 130 5 2 50 1.5 48 59 62 63-9 - 1 - 2 - 3 () - 4 - 5 -

More information

S1460...........\1.E4

S1460...........\1.E4 3 4 3 4 5 3 4 5 3 4 3 4 3 3 3 3 4 3 4 3 3 4 4 3 3 3 3 4 3 4 3 3 3 3 3 3 4 3 4 3 4 5 4 3 5 4 3 3 4 5 3 4 5 4 3 4 3 3 4 3 4 3 3 3 3 3 4 3 3 4! "! " " 0 6 ! " 3 4 3 3 4 3 ! " 3 3 4 5 4 5 6 3 3

More information

Microsoft Word - 触ってみよう、Maximaに2.doc

Microsoft Word - 触ってみよう、Maximaに2.doc i i e! ( x +1) 2 3 ( 2x + 3)! ( x + 1) 3 ( a + b) 5 2 2 2 2! 3! 5! 7 2 x! 3x! 1 = 0 ",! " >!!! # 2x + 4y = 30 "! x + y = 12 sin x lim x!0 x x n! # $ & 1 lim 1 + ('% " n 1 1 lim lim x!+0 x x"!0 x log x

More information

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 1 ... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 3 4 5 6 7 8 9 Excel2007 10 Excel2007 11 12 13 - 14 15 16 17 18 19 20 21 22 Excel2007

More information

25 2 15 4 1 1 2 1 2.1............................. 1 2.2............................... 2 2.3.................... 5 2.4..................... 6 3 6 3.1.................................... 6 3.2..........................

More information

2

2 1 2 10 14 945 3000 2012 3 10 4 5 6 7 8 9 10 11 12 2011 11 21 12301430 (1215 ) 13 6 27 17 () ( ) ( ) (112360) 2 (1157) (119099) ((11861231) )( ) (11641205) 3 (1277) 3 4 (1558) (1639)() 12 (1699)( ) 7 (1722)

More information

取扱説明書 基本ガイド

取扱説明書 基本ガイド 2 A G B C D E F H I J K L M N L B C A D F A B C D E G H I Fn F1 F2 F1 Fn F2 F3 F4 Windows TPM Fn Fn F7 F10 F2 F A X 0120-873029 (06)6905-5067 (06)6905-5079

More information

Adobe Postscript 3 Expansion Unit

Adobe Postscript 3 Expansion Unit 3 ... 4... 4... 4... 4... 4 OS... 4 PDF... 5... 6... 6... 6... 6... 6... 7... 7... 8... 18... 18... 18 PDF... 18 PS... 18... 18 /... 18... 18... 18... 18... 19... 19 PS... 19... 19... 19 Q&A... 19... 19...

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

A Brief Introduction to Modular Forms Computation

A Brief Introduction to Modular Forms Computation A Brief Introduction to Modular Forms Computation Magma Supported by GCOE Program Math-For-Industry Education & Research Hub What s this? Definitions and Properties Demonstration H := H P 1 (Q) some conditions

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

More information

プログラム

プログラム !!!!!!!! !!!!!!! "! !!!!!!!!!! !!!!!! !! !! !!!! !! " " " !!!! !!! "!! !! " !! " !!!! !! "!!! !!!!!! " " !!!!!!!!!!!! !!!!!! ρ!!"! " " " " " " " " "!!! " " " " " " "!! "" !! !!!! "!! " "!! ρ !!!! " "!!

More information

2

2 2 5 6 8 9 (1) (2) (3) 10 11 (1) (2) (3) 36 (1) (2) (3) (4) 37 (1) (2) (3) 42 3 4 3 24 3 3 3 20 59 20 33 20 18 3 25 3 5 3 19 21 3 22 10 16 6 23 4 1 24 3 31 1 1. 4 1 5 5 6 6 6 23 6 23 6 30 7 21 12 1 12 15

More information

0. Introduction (Computer Algebra) Z, Q ( ), 1960, LISP, ( ) ( ) 2

0. Introduction (Computer Algebra) Z, Q ( ), 1960, LISP, ( ) ( ) 2 ( ) 1 0. Introduction (Computer Algebra) Z, Q ( ), 1960, LISP, ( ) ( ) 2 ,, 32bit ( 0 n 2 32 1 2 31 n 2 31 1, mod2 32 ) 64 bit Z (bignum; GNU gmp ) n Z n = ±(b l 1 B l 1 + + b 0 B 0 ) (B = 2 32, 0 b i

More information

PARI/GP C. Batut, K. Belabas, D. Bernardi, H. Cohen, M. Oliver Laboratoire A2X, U.M.R du C.N.R.S Université Bordeaus I, 351 Cours de la Libérati

PARI/GP C. Batut, K. Belabas, D. Bernardi, H. Cohen, M. Oliver Laboratoire A2X, U.M.R du C.N.R.S Université Bordeaus I, 351 Cours de la Libérati PARI/GP C. Batut, K. Belabas, D. Bernardi, H. Cohen, M. Oliver Laboratoire A2X, U.M.R. 9936 du C.N.R.S Université Bordeaus I, 351 Cours de la Libération 33406 TALENCE Cedex, FRANCE e-mail: pari@math.u-bordeaux.fr

More information

Microsoft Word - ランチョンプレゼンテーション詳細.doc

Microsoft Word - ランチョンプレゼンテーション詳細.doc PS1-1-1 PS1-1-2 PS1-1-3 PS1-1-4 PS1-1-5 PS1-1-6 PS1-1-7 PS1-1-8 PS1-1-9 1 25 12:4514:18 25 12:4513:15 B PS1-1-10 PS1-2-1 PS1-2-2 PS1-2-3 PS1-2-4 PS1-2-5 PS1-2-6 25 13:1513:36 B PS1-2-7 PS1-3-1 PS1-3-2

More information

1 1 1 1 1 1 2 f z 2 C 1, C 2 f 2 C 1, C 2 f(c 2 ) C 2 f(c 1 ) z C 1 f f(z) xy uv ( u v ) = ( a b c d ) ( x y ) + ( p q ) (p + b, q + d) 1 (p + a, q + c) 1 (p, q) 1 1 (b, d) (a, c) 2 3 2 3 a = d, c = b

More information

2 36 41 41 42 44 44 1 2 16 17 18 19 20 25 26 27 28 29 4 4.12 32 4.2 4.2.1 36 4.2.2 41 4.2.3 41 4.2.4 42 4.3 4.3.1 44 4.3.2 44 31 1 32 33 < 2 x 1 x x 2 < x 1 x1x 2 x1x 2 34 36 4.2 (1) (4) (1)

More information

( )!?

( )!? (2) Copyright 2006 Kota Abe ( )!? : This is a pen. 84 104 105 83 (, encode) ( ) 84 104 105 83 This is a pen. (, decode) Do you know Tom Riddle? Yes!! ASCII American Standard Code for Information Interchange

More information

項 目

項 目 1 1 2 3 11 4 6 5 7,000 2 120 1.3 4,000 04 450 < > 5 3 6 7 8 9 4 10 11 5 12 45 6 13 E. 7 B. C. 14 15 16 17 18 19 20 21 22 23 8 24 25 9 27 2 26 6 27 3 1 3 3 28 29 30 9 31 32 33 500 1 4000 0 2~3 10 10 34

More information

2010 5 No.20 2 / 32

2010 5 No.20 2 / 32 2010 5 No.20 2 / 32 2010 5 No.20 3 / 32 2010 5 No.20 4 / 32 2010 5 No.20 5 / 32 2010 5 No.20 6 / 32 2010 5 No.20 7 / 32 2010 5 No.20 8 / 32 2010 5 No.20 9 / 32 2010 5 No.20 10 / 32 2010 5 No.20 11 / 32

More information

II

II II 16 16.0 2 1 15 x α 16 x n 1 17 (x α) 2 16.1 16.1.1 2 x P (x) P (x) = 3x 3 4x + 4 369 Q(x) = x 4 ax + b ( ) 1 P (x) x Q(x) x P (x) x P (x) x = a P (a) P (x) = x 3 7x + 4 P (2) = 2 3 7 2 + 4 = 8 14 +

More information

人芯経営論 ・・・リーダーシップ考②

人芯経営論 ・・・リーダーシップ考② 2009/12/15 2009/11/17 2009/11/16 2009/10/19 2009/10/15 2009/10/1 2009/9/17 2009/9/1 2009/8/17 2009/8/17 2009/8/14 2009/8/12 2009/7/28 2009/7/17 2009/7/15 2009/6/24 2009/6/18 2009/6/15 2009/5/20 2009/5/15

More information

5.. z = f(x, y) y y = b f x x g(x) f(x, b) g x ( ) A = lim h g(a + h) g(a) h g(x) a A = g (a) = f x (a, b)............................................

5.. z = f(x, y) y y = b f x x g(x) f(x, b) g x ( ) A = lim h g(a + h) g(a) h g(x) a A = g (a) = f x (a, b)............................................ 5 partial differentiation (total) differentiation 5. z = f(x, y) (a, b) A = lim h f(a + h, b) f(a, b) h........................................................... ( ) f(x, y) (a, b) x A (a, b) x (a, b)

More information

. UNIX, Linux, KNOPPIX. C,.,., ( 1 ) p. 2

. UNIX, Linux, KNOPPIX. C,.,., ( 1 ) p. 2 2009 ( 1 ) 2009 ( 1 ) p. 1 . UNIX, Linux, KNOPPIX. C,.,.,. 2009 ( 1 ) p. 2 , +, ( ), ( ), or PC orange2, knxm2008vm, iyokan-6 KNOPPIX/Math (DVD ) 2009 ( 1 ) p. 3 ,. Mathematica (20-30 /1 ), Maple (20 /1

More information

チュートリアル:ノンパラメトリックベイズ

チュートリアル:ノンパラメトリックベイズ { x,x, L, xn} 2 p( θ, θ, θ, θ, θ, } { 2 3 4 5 θ6 p( p( { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} K n p( θ θ n N n θ x N + { x,x, L, N} 2 x { θ, θ2, θ3, θ4, θ5, θ6} log p( 6 n logθ F 6 log p( + λ θ F θ

More information

AG_File Tutorial-1

AG_File Tutorial-1 AG_File Tutorial-1 02.08.18 ART.GRAY.LABO 1 AG_FILE TUTORIAL...2...2...2...3...4...4...5...5...8 Plan...9... 11...12...15...17...19...20...24...24...25...25...26...26...28...28...29...30...32...34...35

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

num2.dvi

num2.dvi kanenko@mbk.nifty.com http://kanenko.a.la9.jp/ 16 32...... h 0 h = ε () 0 ( ) 0 1 IEEE754 (ieee754.c Kerosoft Ltd.!) 1 2 : OS! : WindowsXP ( ) : X Window xcalc.. (,.) C double 10,??? 3 :, ( ) : BASIC,

More information

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

Logitec NAS シリーズ ソフトウェアマニュアル

Logitec NAS シリーズ ソフトウェアマニュアル LAS-SFB V05 LAS-RAN LAS-MRN LHD-NAS ... 4... 4... 7... 8 1... 10... 11 1... 12 Windows... 12 Macintosh... 15 2IP... 16 IP Windows... 16 IP Macintosh... 19... 23... 29... 30 Windows Me2000 SMB... 30 Windows

More information