Search results

Jump to navigation Jump to search
  • Context("ImplicitPlane"); Context("ImplicitPlane");
    4 KB (526 words) - 12:12, 16 July 2023
  • Context("ImplicitPlane"); Context()->variables->remove("z");
    2 KB (333 words) - 09:45, 28 June 2023
  • Context("Numeric")->variables->are(a=>"Real",b=>"Real"); Context()->texStrings;
    3 KB (445 words) - 16:50, 20 June 2023
  • Context("Vector2D"); #Context("Vector"); # for 3d vectors
    5 KB (652 words) - 07:52, 18 July 2023
  • Context("....."); Define context and variables for the questions
    3 KB (376 words) - 23:41, 14 April 2021
  • Context("Numeric"); Context()->texStrings;
    2 KB (259 words) - 17:38, 16 June 2021
  • This PG code shows how to use the context TrigDegrees to redefine trigonometric functions so they evaluate in degrees Context("TrigDegrees");
    5 KB (630 words) - 15:20, 16 July 2023
  • | style="padding:5px" | Similar to <code>Numeric</code> context, but <code>(a,b)</code>, <code>(a,b]</code>, <code>[a,b)</code>, and <code> | style="padding:5px" | Similar to <code>Point</code> context, but allows coordinates to be complex numbers (i.e., <code>i</code> is defi
    3 KB (480 words) - 08:57, 7 May 2015
  • Context("Numeric"); Context()->functions->remove("cos");
    9 KB (1,306 words) - 16:36, 21 July 2021
  • This PG code shows how to add a named function to the context and use it to ask students to come up with a recursive formula. ...rserFunction.pl</code>. There is a more basic way to add functions to the context, which is explained in example 2 at
    5 KB (682 words) - 07:44, 18 July 2023
  • Context("Matrix"); Use <code>Context("Matrix");</code>.
    4 KB (606 words) - 06:23, 18 July 2023
  • my $context = Context()->copy; $context->flags->set(no_parameters=>0);
    7 KB (1,066 words) - 16:41, 20 June 2023
  • Context("Numeric")->variables->add(y=>"Real",z=>"Real"); Context()->texStrings;
    4 KB (549 words) - 05:48, 18 July 2023
  • Context("Numeric"); Context("LimitedPolynomial-Strict");
    4 KB (589 words) - 05:47, 18 July 2023
  • Context("Numeric")->variables->add(y=>"Real"); We have to tell the context that we are allowing the assignment of a variable to a formula.
    4 KB (588 words) - 06:11, 18 July 2023
  • Context("Numeric"); ...[http://webwork.maa.org/pod/pg/macros/parserPopUp.html parserPopUp.pl] The context is not really necessary, but multiple choice questions are often follow-up
    4 KB (599 words) - 07:18, 17 July 2023
  • Context("Numeric"); Context()->texStrings;
    2 KB (356 words) - 16:19, 14 May 2010
  • Context("Numeric"); Context()->texStrings;
    4 KB (535 words) - 06:05, 18 July 2023
  • Context("Numeric"); Context()->texStrings;
    4 KB (619 words) - 07:41, 17 July 2023
  • ...s for display. By default, it uses a special context called the [[Typeset Context]] that includes many more functions and operators than most other contexts. If you want to use a different context, however, you can select one by putting its name in braces after the closin
    4 KB (716 words) - 11:42, 28 October 2021

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)