1 2 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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725
|
-- -*- coding: utf-8 -*-
document {
Key => "replacements for commands and scripts from Macaulay",
"Macaulay2 aims to provide all of the functionality of Macaulay, but
the names of the functions are not the same, and there are
other differences. One major difference is the introduction of the
notion of module, whereas in Macaulay, the pervasive concept was
the matrix.",
PARA{},
"Here is a list of old Macaulay functions, together with pointers to
functions in Macaulay2 that might be used to replace them.",
PARA{},
UL {
LI ("Macaulay commands:",
UL {
LI ("ac -- such destructive changes are not allowed"),
LI ("add -- ", TO "+"),
LI ("ar -- ", TO "not documented yet"),
LI ("betti -- ", TO "betti"),
LI ("calc -- ", TO "not documented yet"),
LI ("cat -- ", TO "not documented yet"),
LI ("ce -- ", TO "not documented yet"),
LI ("characteristic -- ", TO "char"),
LI ("chcalc -- ", TO "not documented yet"),
LI ("codim -- ", TO "codim"),
LI ("coef -- ", TO "not documented yet"),
LI ("col_degree -- ", TO "not documented yet"),
LI ("col_degs -- ", TO "not documented yet"),
LI ("commands -- ", TO "not documented yet"),
LI ("compress -- ", TO "compress"),
LI ("concat -- ", TO "|", ",", TO "||"),
LI ("continue -- ", TO "not documented yet"),
LI ("contract -- ", TO "contract"),
LI ("copy -- ", TO "not documented yet"),
LI ("degree -- ", TO "degree"),
LI ("determinants -- ", TO "minors"),
LI ("diag -- ", "The command ", TT "diag m n", " is equivalent to the Macaulay2
expression ", BR{}, TT "n = map((ring m)^(numgens source m), source m,(i,j) -> if i === j then m_(0,i) else 0)"),
LI ("diag -- ", TO "not documented yet"),
LI ("diff -- ", TO "diff"),
LI ("dshift -- ", TO "not documented yet"),
LI ("dsum -- ", TO "++"),
LI ("edit -- ", TO "not documented yet"),
LI ("edit_map -- ", TO "not documented yet"),
LI ("elim -- ", TO "selectInSubring"),
LI ("ev -- ", TO "substitute", ",", TO "RingMap"),
LI ("exit -- ", TO "quit"),
LI ("fetch -- ", TO "substitute"),
LI ("flatten -- ", TO "flatten"),
LI ("forcestd -- ", TO "forceGB"),
LI ("help -- ", TO "help"),
LI ("help_file -- ", TO "not documented yet"),
LI ("hilb -- ", TO "hilbertSeries", ",",TO "hilbertPolynomial",
",",TO "hilbertFunction", ",",TO "poincare"),
LI ("hilb_numer -- ", TO "hilbertSeries"),
LI ("homog -- ", TO "homogenize"),
LI ("hulb -- ", TO "not documented yet"),
LI ("ideal -- ", TO "ideal", ", ", TO "matrix"),
LI ("iden -- ", TO "id"),
LI ("if -- ", TO "if"),
LI ("imap -- ", TO "map"),
LI ("in -- ", TO "leadTerm"),
LI ("inpart -- ", TO "not documented yet"),
LI ("int -- ", TO "not documented yet"),
LI ("intersect -- ", TO "intersect"),
LI ("is_zero -- ", TO "=="),
LI ("jacob -- ", TO "jacobian"),
LI ("jump -- ", TO "not documented yet"),
LI ("k-basis -- ", TO "basis"),
LI ("k_basis -- ", TO "basis"),
LI ("keep -- ", TO "not documented yet"),
LI ("kill -- ", TO "not documented yet"),
LI ("koszul -- ", TO "koszul"),
LI ("lift -- ", TO "//"),
LI ("lift_std -- ", TO "gb"),
LI ("listvars -- ", TO "listUserSymbols"),
LI ("mat -- ", TO "matrix"),
LI ("max -- ", TO "max"),
LI ("mc -- ", TO "not documented yet"),
LI ("min -- ", TO "min"),
LI ("modulo -- ", TO "modulo"),
LI ("monitor -- ", TO "using Macaulay2 with emacs"),
LI ("monitoring -- ", TO "not documented yet"),
LI ("monoms -- ", TO "not documented yet"),
LI ("monprimes -- ", TO "not documented yet"),
LI ("mr -- ", TO "not documented yet"),
LI ("mult -- ", TO "*"),
LI ("ncols -- ", "use numgens source m"),
LI ("nres -- ", TO "resolution"),
LI ("nrows -- ", "use numgens target m"),
LI ("numinfo -- ", TO "not documented yet"),
LI ("nvars -- ", "use numgens R"),
LI ("outer -- ", TO "**"),
LI ("path -- ", TO "path"),
LI ("pc -- ", TO "not documented yet"),
LI ("pfaff -- ", TO "pfaffians"),
LI ("pmap -- ", TO "not documented yet"),
LI ("poly -- ", TO "not documented yet"),
LI ("power -- ", TO "^"),
LI ("pr -- ", TO "not documented yet"),
LI (BOLD "pres <C:complex> -- ", "Use ", TT "C.dd", " or ", TT "print C.dd"),
LI ("present_ring -- ", TO "not documented yet"),
LI ("pring -- ", TO "not documented yet"),
LI ("prmat -- ", TO "print", " or ", TO "toString"),
LI ("putchange -- ", TO "not documented yet"),
LI ("putmat -- ", TO "not documented yet"),
LI ("putstd -- ", TO "not documented yet"),
LI (BOLD "qring <I:ideal> <result A:ring> -- ", "In Macaulay2, if ", TT "I", " is
an ideal, then ", TT "A = (ring I)/I", " is equivalent, except that in Macaulay2,
a Gröbner basis of I is computed for you, if it is needed"),
LI ("quit -- ", TO "quit"),
LI ("quotient -- ", TO "not documented yet"),
LI ("random -- ", TO "not documented yet"),
LI ("reduce -- ", TO "not documented yet"),
LI ("res -- ", TO "not documented yet"),
LI ("reset -- ", TO "restart"),
LI ("ring -- ", TO "not documented yet"),
LI ("ring-from-rows -- ", TO "not documented yet"),
LI ("ring_from_cols -- ", TO "not documented yet"),
LI ("ring_from_rows -- ", TO "not documented yet"),
LI ("ring_sum -- ", TO "not documented yet"),
LI ("rmap -- ", TO "not documented yet"),
LI ("row_degree -- ", TO "not documented yet"),
LI ("row_degs -- ", TO "not documented yet"),
LI ("sat -- ", TO "Saturation::saturate"),
LI ("set -- ", TO "not documented yet"),
LI ("set_value -- ", TO "not documented yet"),
LI ("setcoldegs -- ", TO "not documented yet"),
LI ("setdegs -- ", TO "not documented yet"),
LI ("setring -- ", TO "use"),
LI ("shout -- ", TO "not documented yet"),
LI ("size -- ", TO "not documented yet"),
LI ("smult -- ", TO "*"),
LI ("space -- ",
TO "not documented yet" -- Mike wanted this: TO "engineMemory"
),
LI ("spairs -- ", TO "not documented yet"),
LI ("spare -- ", TO "not documented yet"),
LI ("sparse -- ", TO "not documented yet"),
LI ("std -- ", TO "not documented yet"),
LI ("std_minimal -- ", TO "not documented yet"),
LI ("stdpart -- ", TO "not documented yet"),
LI ("submat -- ", TO "submatrix"),
LI ("subtract -- ", TO "-"),
LI ("syz -- ", TO "syz", ",", TO "kernel"),
LI ("tensor <matrix M> <matrix N> <result matrix M.N> -- ",
TT "cokernel M ** cokernel N"),
LI ("trace -- ", TO "trace"),
LI ("transpose -- ", TO "transpose"),
LI ("truncate -- ", TO "Truncations::truncate(ZZ,Module)"),
LI ("type -- ", TO "not documented yet"),
LI ("version -- ", TO "version"),
LI ("wedge -- ", TO "minors", ",", TO "exteriorPower")
}),
LI ("Macaulay scripts from 'scriptsde':",
UL {
LI ("<adj_of_cat -- ", TO "not documented yet"),
LI ("<adjoin_fractions -- ", TO "not documented yet"),
LI ("<adjoint -- ", TO "not documented yet"),
LI ("<analytic_spread -- ", TO "not documented yet"),
LI ("<annihilated -- ", TO "not documented yet"),
LI ("<annihilator -- ", TO "Saturation::annihilator"),
LI ("<annihilator1 -- ", TO "Saturation::annihilator"),
LI ("<annihilator2 -- ", TO "Saturation::annihilator"),
LI ("<binomial -- ", TO "binomial"),
LI ("<ceiling -- ", TO "not documented yet"),
LI ("<changelog -- ", TO "not documented yet"),
LI ("<codim -- ", TO "not documented yet"),
LI ("<cohomology -- ", TO "not documented yet"),
LI ("<cohomology1 -- ", TO "not documented yet"),
LI ("<column_vector -- ", TO "not documented yet"),
LI ("<complement -- ", TO "not documented yet"),
LI ("<copyring -- ", TO "not documented yet"),
LI ("<cotan -- ", TO "not documented yet"),
LI ("<cotan_bihom -- ", TO "not documented yet"),
LI ("<curve_on_cubic -- ", TO "not documented yet"),
LI ("<diagonal_submodule -- ", TO "not documented yet"),
LI ("<diff -- ", TO "not documented yet"),
LI ("<double_dual -- ", TO "not documented yet"),
LI ("<double_dual1 -- ", TO "not documented yet"),
LI ("<dual_variety -- ", TO "not documented yet"),
LI ("<empty_array -- ", TO "not documented yet"),
LI ("<equality -- ", TO "not documented yet"),
LI ("<ext -- ", TO "not documented yet"),
LI ("<ext(-,r) -- ", TO "not documented yet"),
LI ("<extend_ring -- ", TO "not documented yet"),
LI ("<from_bigraded -- ", TO "not documented yet"),
LI ("<from_div_powers -- ", TO "not documented yet"),
LI ("<generic_mat -- ", TO "genericMatrix"),
LI ("<getvars -- ", TO "not documented yet"),
LI ("<hom -- ", TO "not documented yet"),
LI ("<hom_and_map -- ", TO "not documented yet"),
LI ("<hom_is_0 -- ", TO "not documented yet"),
LI ("<homology -- ", TO "not documented yet"),
LI ("<i_in_j -- ", TO "not documented yet"),
LI ("<ideal -- ", TO "not documented yet"),
LI ("<idempotent -- ", TO "not documented yet"),
LI ("<idencoldegs -- ", TO "not documented yet"),
LI ("<idenrowdegs -- ", TO "not documented yet"),
LI ("<interchange -- ", TO "not documented yet"),
LI ("<interchange_permutation -- ", TO "not documented yet"),
LI ("<inverse -- ", TO "not documented yet"),
LI ("<is_zero -- ", TO "not documented yet"),
LI ("<k3carpet -- ", TO "not documented yet"),
LI ("<kernel -- ", TO "not documented yet"),
LI ("<kernel_and_map -- ", TO "not documented yet"),
LI ("<kosz_hom1 -- ", TO "not documented yet"),
LI ("<kosz_hom2 -- ", TO "not documented yet"),
LI ("<l_i_in_j -- ", TO "not documented yet"),
LI ("<l_intersect -- ", TO "not documented yet"),
LI ("<l_res -- ", TO "not documented yet"),
LI ("<lex_seg_ideal -- ", TO "not documented yet"),
LI ("<macaulayrep -- ", TO "not documented yet"),
LI ("<map_from_col -- ", TO "not documented yet"),
LI ("<minpres -- ", TO "not documented yet"),
LI ("<module_iso -- ", TO "not documented yet"),
LI ("<monomial_curve -- ", TO "not documented yet"),
LI ("<mult_ideals -- ", TO "not documented yet"),
LI ("<nbyn_commuting -- ", TO "not documented yet"),
LI ("<normal_sheaf -- ", TO "not documented yet"),
LI ("<nres -- ", TO "not documented yet"),
LI ("<nzd -- ", TO "not documented yet"),
LI ("<orbit_equations -- ", TO "not documented yet"),
LI ("<permutation -- ", TO "not documented yet"),
LI ("<perp -- ", TO "not documented yet"),
LI ("<points -- ", TO "not documented yet"),
LI ("<powers -- ", TO "not documented yet"),
LI ("<project_from_product -- ", TO "not documented yet"),
LI ("<projective_plane -- ", TO "not documented yet"),
LI ("<prune -- ", TO "prune"),
LI ("<prune_and_map -- ", TO "not documented yet"),
LI ("<push_forward -- ", TO "pushForward"),
LI ("<push_forward1 -- ", TO "coimage", " (eventually)"),
LI ("<quotient1 -- ", TO "quotient"),
LI ("<radical -- ", TO "MinimalPrimes::radical"),
LI ("<random_element -- ", TO "not documented yet"),
LI ("<random_int -- ", TO "not documented yet"),
LI ("<random_map -- ", TO "not documented yet"),
LI ("<random_mat -- ", TO "not documented yet"),
LI ("<rank_prob -- ", TO "not documented yet"),
LI ("<rat_nor_curve -- ", TO "not documented yet"),
LI ("<rat_nor_osc_locus -- ", TO "not documented yet"),
LI ("<rational_surface -- ", TO "not documented yet"),
LI ("<rational_surface1 -- ", TO "not documented yet"),
LI ("<reduce_syzygy_1 -- ", TO "not documented yet"),
LI ("<regular_sequence -- ", TO "not documented yet"),
LI ("<regular_sequence1 -- ", TO "not documented yet"),
LI ("<regularity -- ", TO "regularity"),
LI ("<remove_low_dim -- ", TO "not documented yet"),
LI ("<remove_low_dim_id -- ", TO "not documented yet"),
LI ("<remove_lowest_dim -- ", TO "not documented yet"),
LI ("<representatives -- ", TO "not documented yet"),
LI ("<representatives_old -- ", TO "not documented yet"),
LI ("<res -- ", TO "resolution"),
LI ("<res_and_dim -- ", TO "resolution", ",", TO "pdim"),
LI ("<ring -- ", TO "not documented yet"),
LI ("<sagbi -- ", TO "not documented yet"),
LI ("<sagbi_step -- ", TO "not documented yet"),
LI ("<sat -- ", TO "Saturation::saturate"),
LI ("<sat1 -- ", TO "Saturation::saturate"),
LI ("<scroll -- ", TO "not documented yet"),
LI ("<select -- ", TO "not documented yet"),
LI ("<shout_list -- ", TO "not documented yet"),
LI ("<sort_by_degree -- ", TO "not documented yet"),
LI ("<stack -- ", TO "matrix", ",",TO "map"),
LI ("<submat_by_degs -- ", TO "not documented yet"),
LI ("<subring -- ", TO "kernel"),
LI ("<sym -- ", TO "not documented yet"),
LI ("<sym_cokernel -- ", TO "not documented yet"),
LI ("<template_for_scripts -- ", TO "not documented yet"),
LI ("<to_div_powers -- ", TO "not documented yet"),
LI ("<tor -- ", TO "Tor"),
LI ("<unmixed_radical -- ", TO "MinimalPrimes::radical"),
LI ("<unmixed_radical1 -- ", TO "MinimalPrimes::radical"),
LI ("<unmixed_radical2 -- ", TO "MinimalPrimes::radical"),
LI ("<wedge_cokernel -- ", TO "not documented yet"),
LI ("<x_to_last -- ", TO "newCoordinateSystem"),
LI ("<zeromat -- ", TO "not documented yet")
}),
LI ("Macaulay scripts from 'scriptsmj':",
UL {
LI ("<2BYN -- ", TO "not documented yet"),
LI ("<add_matrix_to_array -- ", TO "not documented yet"),
LI ("<check_complex -- ", TO "not documented yet"),
LI ("<check_exact -- ", TO "not documented yet"),
LI ("<comp_to_array -- ", TO "not documented yet"),
LI ("<eagon_northcott -- ", TO "not documented yet"),
LI ("<extract_matrix -- ", TO "not documented yet"),
LI ("<homology_of_array -- ", TO "not documented yet"),
LI ("<jordan0 -- ", TO "not documented yet"),
LI ("<koszul_complex -- ", TO "not documented yet"),
LI ("<lift -- ", TO "not documented yet"),
LI ("<lift_arrays -- ", TO "not documented yet"),
LI ("<mc -- ", TO "not documented yet"),
LI ("<nilpotent0 -- ", TO "not documented yet"),
LI ("<pres -- ", TO "not documented yet"),
LI ("<smult_complex -- ", TO "not documented yet"),
LI ("<splice_resns -- ", TO "not documented yet")
}),
LI ("Macaulay scripts from 'scriptsms':",
UL {
LI ("<block_map -- ", TO "not documented yet"),
LI ("<blowup -- ", TO "not documented yet"),
LI ("<blowup0 -- ", TO "not documented yet"),
LI ("<generic_skew_mat -- ", TO "genericSkewMatrix"),
LI ("<generic_sym_mat -- ", TO "genericSymmetricMatrix"),
LI ("<hilb_fcn -- ", TO "not documented yet"),
LI ("<inhomog_std -- ", TO "not documented yet"),
LI ("<l_dual0 -- ", TO "not documented yet"),
LI ("<l_from_dual -- ", TO "InverseSystems::fromDual"),
LI ("<l_homog0 -- ", TO "not documented yet"),
LI ("<l_min0 -- ", TO "not documented yet"),
LI ("<l_minimal -- ", TO "not documented yet"),
LI ("<l_minimal0 -- ", TO "not documented yet"),
LI ("<l_tangentcone -- ", TO "not documented yet"),
LI ("<l_to_dual -- ", TO "InverseSystems::toDual"),
LI ("<line_bundle_image -- ", TO "not documented yet"),
LI ("<normal_cone -- ", TO "not documented yet"),
LI ("<proj_bundle -- ", TO "not documented yet"),
LI ("<rmap -- ", TO "not documented yet"),
LI ("<symmetric_algebra -- ", TO "not documented yet")
})
},
HEADER3 "add <matrix> <matrix> <matrix>",
"Add matrices ", TT "m", " and ", TT "n", ", using ",
TT "result = m + n", ". In general, arithmetic in Macaulay2
is done using natural mathematical expressions. See ", TO "+", ".",
HEADER3 "betti <res>",
"Display the graded betti numbers of a chaincomplex or resolution ",
TT "C",
" using ", TT "betti C" , ". See ", TO "betti", ".",
HEADER3 "calc <computation> [hi degree]",
HEADER3 "chcalc <computation> [new hi deg]",
"Compute the Gröbner basis of ",
TT "m", " up to a given degree, using ", TT "gb(m, DegreeLimit=>3)",
". Similarly,
if a computation in Macaulay2 has been halted by pressing <CTRL>-C,
the computation
can be restarted from where it left off, by giving the original
command, e.g., ", TT "gb m", ".",
HEADER3 "cat <first var(0..numvars-1)> <result matrix>",
"Macaulay1 then also prompts for two lists of integers, say ",
TT "rows",
" and ", TT "cols", ". The resulting catalecticant matrix can
be obtained in
Macaulay2 in the following way.",
EXAMPLE {
"R = QQ[a..h]",
"rows = {0,1,2}",
"cols = {0,3}",
"result = map(R^3, 2, (i,j) -> R_(rows_i + cols_j))"},
--SeeAlso => (genericMatrix, genericSymmetricMatrix, genericSkewMatrix),
HEADER3 "characteristic <ring> [result integer]",
"To obtain the characteristic of a ring ", TT "R", ", use ",
TT "char R", ". See ", TO "char", ".",
HEADER3 "codim <standard basis> [integer result]",
"When computing the codimension of an ideal or module ", TT "M",
", a Gröbner basis is computed automatically, if needed. Use ",
TT "codim M", ".",
"One use of this command in Macaulay1 was to compute the codimension
of a partially
computed Gröbner basis. ",
-- Mike wanted this: "See ", TO "computing with partial results", " for examples of doing this.",
HEADER3 "coef <matrix> <result monoms> <result coefs> [variable list]",
"To obtain the matrices of monomials and their coefficients, use ",
TO "coefficients", ". The following example obtains the coefficients
of the variable ", TT "a", " (which is variable number 0)",
EXAMPLE {
"R = ZZ/101[a..d];",
"m = matrix{{a^2+a^2*c+a*b+3*d}}",
"result = coefficients(m, Variables => {a})",
"result_0",
"result_1"},
HEADER3 "col_degree <matrix> <column> [result integer]",
"To obtain the degree of the ", TT "i", "-th column of a matrix ",
TT "m", ", use ", TT "(degrees source m)_i", ". See ", TO "degrees",
". Note that in Macaulay2, one can use multi-degrees, so the result
is a list of integers. Also all indices in Macaulay2 start at 0.",
EXAMPLE {
"R = QQ[a,b,Degrees=>{{1,0},{1,-1}}];",
"m = matrix{{a*b, b^2}}",
"(degrees source m)_0"},
HEADER3 "col_degs <matrix> [column degrees]",
"Compute the list of degrees of the columns of a matrix ", TT "m",
" using ", TT "degrees source m", ". The result is a list of degrees.
Each degree is itself a list of integers, since multi-degrees are
allowed.",
HEADER3 "commands",
"Using Macaulay2 in emacs, type the first few letters of a command,
then hit <TAB>. The list of all commands starting with those letters
will be displayed, or if there is only one, emacs will complete the typing
for you.",
HEADER3 "compress <matrix> <result matrix>",
"Remove columns of a matrix ", TT "m", " which are entirely zero
using ", TT "compress m", ". See ", TO "compress", ".",
HEADER3 "concat <matrix> <matrix2> ... <matrix n>",
"Concatenate matrices ", TT "m1", ", ", TT "m2", ", ..., ", TT "mn",
" using ", TT "m1 | m2 | ... | mn", ". See ", TO "|",
". The main difference is that
in Macaulay2 this command does not overwrite the first matrix.",
HEADER3 "continue",
"In Macaulay2, one interrupts a computation using <CTRL>-C, as in
Macaulay1. Restart the computation using the original command. For
Gröbner basis and resolution commands, the computation starts off
where it left off.",
HEADER3 "contract <ideal> <ideal> <result matrix>",
"To contract the matrix ", TT "n", " by the matrix ", TT "m", " use ",
TT "contract(m,n)", ". See ", TO "contract", ". In Macaulay2, the
arguments are not constrained to be matrices with one row.",
HEADER3 "copy <existing matrix> <copy of matrix>",
"Since matrices in Macaulay2 are immutable objects, this command is
no longer necessary. One can still make a copy of a matrix. For
example",
EXAMPLE {
"R = ZZ/101[a..d]",
"m = matrix{{a,b},{c,d}}",
"copym = map(target m, source m, entries m)"},
HEADER3 "degree <standard basis> [integer codim] [integer degree]",
"When computing the degree of an ideal or module ", TT "M",
", a Gröbner basis is computed automatically, if needed. Use ",
TT "degree M", ". Note that in Macaulay2, ", TT "degree", " returns
only the degree. Use ", TT "codim M", " to obtain the codimension.",
"One use of this command in Macaulay1 was to compute the degree
of a partially
computed Gröbner basis. ",
-- Mike wanted this: "See ", TO "computing with partial results", " for examples of doing this.",
HEADER3 "determinants <matrix> <p> <result>",
"Use ", TT "minors(p,m)", " to compute the ideal of p by p minors
of the matrix ", TT "m", ". See ", TO "minors", ".",
HEADER3 "diag <matrix> <result>",
"To make a diagonal matrix whose diagonal entries are taken from
a matrix ", TT "m", ", it is necessary to build the matrix directly,
as in the following example.",
EXAMPLE {
"R = ZZ[a..d];",
"m = matrix{{a^2,b^3,c^4,d^5}}",
"map(R^(numgens source m), source m,
(i,j) -> if i === j then m_(0,i) else 0)"},
HEADER3 "diff <ideal> <ideal> <result matrix>",
"To differentiate the matrix ", TT "n", " by the matrix ", TT "m",
" use ",
TT "diff(m,n)", ". See ", TO "diff", ". In Macaulay2, the
arguments are not constrained to be matrices with one row.",
HEADER3 "dshift <matrix> <degree to shift by>",
"To shift the degrees of a matrix ", TT "m", " by an integer ", TT "d",
", use ", TT "m ** (ring m)^{-d}", ". See ", TO "**", ". Note that this
returns a matrix with the degrees shifted, and does not modify the
original matrix ", TT "m", ". For example",
EXAMPLE {
"R = ZZ[a..d];",
"m = matrix{{a,b^2},{c^2,d^3}}",
"betti m",
"n = m ** R^{-1}",
"betti n"},
HEADER3 "dsum <matrix> ... <matrix> <result>",
"To form the direct sum of matrices ", TT "m1, m2, ..., mn", ", use ",
TT "m1 ++ m2 ++ ... ++ mn", ". See ", TO "++", ".",
HEADER3 "elim <standard basis> <result matrix> [n]",
"To select the columns of the matrix ", TT "m", " which lie in the
subring defined by the first ", TT "n", " slots of the monomial order
being zero, use ", TT "selectInSubring(n,m)", ". Usually, one uses the
value of 1 for ", TT "n", ".",
HEADER3 "ev <ideal> <matrix> <changed matrix>",
"In Macaulay2, one uses ring maps, or ", TO "substitute", " to
substitute variables. If ", TT "m", " is a matrix in a ring ", TT "R",
" having ", TT "n", " variables, and ", TT "f", " is a 1 by n matrix
over some ring, then use ", TT "substitute(m,f)", " to perform the
substitution. For example,",
EXAMPLE {
"R = QQ[a..d]",
"S = QQ[s,t]",
"m = matrix{{a^2-d, b*c}}",
"f = matrix{{s^4,s^3*t,s*t^3,t^4}}",
"substitute(m,f)"},
"In Macaulay2, one may also create and apply ring maps",
EXAMPLE {
"F = map(R,R,{b,c,d,a})",
"m + F m + F F m + F F F m"},
"Or one may substitute for only some variables",
EXAMPLE "substitute(m, {a=>1, b=>3})",
HEADER3 "exit",
"Use ", TO "exit", " to quit Macaulay2.",
HEADER3 "fetch <matrix> <result matrix> [ones, default=zeros]",
"In order to bring a matrix ", TT "m", " to a ring ", TT "S", " which
has ring variables of the same name, use ", TT "substitute(m,S)", ".",
EXAMPLE {
"R = ZZ[s,t]",
"m = s^2+t^2",
"S = R[a..d]",
"substitute(m,S)"},
HEADER3 "flatten <matrix> <result ideal of entries>",
"In order to form a one row matrix with the entries of a matrix ",
TT "m", ", use ", TT "flatten m", ". See ", TO "flatten", ".",
HEADER3 "forcestd <matrix> <result standard basis> [change of basis]",
"In order to inform the system that the columns of the matrix ", TT "m",
" form a Gröbner basis, use ", TT "forceGB m", ". See ", TO "forceGB",
".",
-*
-- Mike wanted this:
HEADER3 "hilb <standard basis>",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "hilb_numer <standard basis> <ideal> <result>",
"WRITE THIS",
*-
HEADER3 "homog <matrix> <homog variable> <new matrix>",
"To homogenize a matrix ", TT "m", " with respect to a variable ",
TT "x", ", use ", TT "homogenize(m,x)", ". One may also homogenize
with respect to a given weight vector. See ", TO "homogenize", ".",
-*
-- Mike wanted this:
HEADER3 "hulb <standard basis> <deg>",
"WRITE THIS",
*-
HEADER3 "ideal <resulting matrix>",
"To enter a one row matrix, use we may use the following method.",
EXAMPLE {
"R = ZZ[a..d]",
"f = matrix{{a^2-b*c,3*b*c^4-1}}"},
"Remember that ideals, modules, and matrices are all different in
Macaulay2. One can easily change between them, as in:",
EXAMPLE {
"J = ideal f",
"generators J",
"image f",
"cokernel f"},
HEADER3 "iden <size> <result>",
"To make the identity map on a module ", TT "F", ", use ",
TT "id_F", ", as in ",
EXAMPLE "id_(R^4)",
"See ", TO "id", ".",
HEADER3 "if <integer> <label1> [<label2>]",
"For conditional execution, use the if-then or if-then-else statement",
-- Mike wanted this: "WRITE MORE",
-*
-- Mike wanted this:
HEADER3 "imap <new ring map> <R> <S> [ones, default=zeros]",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "in <standard basis> [optional result matrix] [n]",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "inpart <standard basis> <result matrix> [variable list]",
"WRITE THIS",
*-
HEADER3 "int <name> <new value>",
"To assign a value to a variable in Macaulay2, use ", TO "=",
". For example,",
EXAMPLE "myanswer = 2*(numgens R) - 1",
"Warning: In Macaulay1, names of variables in rings, and user defined
variables are completely separate. In Macaulay2, if you assign something
to a ring variable, it will assume its new value. ",
EXAMPLE {
"R = ZZ/31991[a..d]",
"a",
"a = 43",
"a",
"use R",
"a"},
HEADER3 "intersect <mat 1> ... <mat n> <result computation>",
"To intersect ideals, or submodules ", TT "I1, I2, ..., In",
", use ", TT "intersect(I1,I2,...,In)", ". The main difference
is that these values cannot be matrices, they must be ideals or
submodules. A second difference is that the computation, if interrupted,
must be restarted at the beginning. See ", TO "intersect",
". For example,",
EXAMPLE {
"I = ideal(a^2-b,c-1,d^2-a*b)",
"J = ideal(a*b-1, c*d-2)",
"intersect(I,J)"},
HEADER3 "is_zero <poly> <result integer: 1 if zero, else 0>",
"To decide whether a polynomial, matrix, ideal, etc., ", TT "f",
" is zero, use ", TT "f == 0", ". The resulting value is a Boolean:
either ", TT "true", ", or ", TT "false", ". See ", TO "==", ".",
HEADER3 "jacob <ideal> <resulting jacobian> [variable list]",
"To find the Jacobian matrix of an ideal or one row matrix",
TT "f", ", use ", TT "jacobian f", ". If you only wish to differentiate
with some of the variables, use ", TO "diff", " instead. See ",
TO "jacobian", ".",
HEADER3 "jump <label>",
"Macaulay2 has no go to statements. Instead, you should use the
control structures.", -- Mike wanted this: "WRITE MORE",
-*
-- Mike wanted this:
HEADER3 "k_basis <matrix> <result matrix> [variable list]",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "keep <standard basis> <result matrix> [n]",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "kill <var1> ... <var n>",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "koszul <int n, or matrix> <p> <result matrix>",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "lift <standard basis> <matrix to lift> <result>",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "lift_std <matrix> <computation>",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "listvars",
"WRITE THIS",
*-
-*
-- Mike wanted this:
HEADER3 "mat <result matrix> [optional: file name]",
"WRITE THIS",
*-
}
document {
Key => "not documented yet",
"We haven't documented yet the way to replace this Macaulay function or
script."
}
///
-- Here we put routines that mimic the Macaulay commands
diag = (m) -> (
-- input: m : Matrix of size 1 by n
-- returns a n by n matrix whose diagonal entries are the entries of m.
F := source m;
map((ring m)^(numgens F), F, (i,j) -> if i === j then m_(0,i) else 0))
R = ZZ/101[vars(0..4)]
m = matrix{{a,b,c,d,e}}
n = diag m
isHomogeneous n
EXAMPLE {
"R = QQ[a..h]",
"I = ideal(a,b^5,c^7-d^7-a^7)",
"G = gb(I,StopBeforeComputation=>true)",
"gens G"},
"Note that no Gröbner basis elements have been computed yet",
EXAMPLE {
"gb(I,PairLimit=>2)",
"m = gens G"},
"To find the codimension of the monomial ideal of lead terms so far computed,
we use:",
EXAMPLE "codim cokernel leadTerm m"
LI (". -- not available"),
LI ("args -- ", TO "not documented yet"),
LI ("cache_mem -- ", TO "not documented yet"),
LI ("cdir -- ", TO "not documented yet"),
LI ("echo -- ", TO "not documented yet"),
LI ("endmon -- ", TO "not documented yet"),
LI ("incoef -- ", TO "not documented yet"),
LI ("incr_set -- ", TO "not documented yet"),
///
-- Local Variables:
-- compile-command: "make -C $M2BUILDDIR/Macaulay2/m2 "
-- End:
|