We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ee13 commit 68d3e51Copy full SHA for 68d3e51
example.org
@@ -85,6 +85,21 @@ This example is from the document of the function =implicit_plot3d=.
85
| 53 | 9007199254740997 |
86
| 54 | 18014398509482143 |
87
88
+You can also pass the header argument =:colnames= (an elisp) list to specify the column names.
89
+#+begin_src sage :results table :exports both :colnames '("a" "Smallest prime greater than 2^a")
90
+ [(a, next_prime(2^a)) for a in range(100, 105)]
91
+#+end_src
92
+
93
+#+RESULTS:
94
+| a | Smallest prime greater than 2^a |
95
+|-----+----------------------------------|
96
+| 100 | 1267650600228229401496703205653 |
97
+| 101 | 2535301200456458802993406410833 |
98
+| 102 | 5070602400912917605986812821771 |
99
+| 103 | 10141204801825835211973625643089 |
100
+| 104 | 20282409603651670423947251286127 |
101
102
103
** Elliptic curve
104
#+begin_src sage :exports both
105
E = EllipticCurve(u'389a'); E
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments