Search results

  • ...to draw the symbol you'd like and shows you the <math>\text{\LaTeX}</math> code for it! ...essions in brackets, braces or parentheses. Some of these work just as you'd imagine in LaTeX; type ( and ) for parentheses, [ and ] for brackets, and |
    16 KB (2,324 words) - 16:50, 19 February 2024
  • first proven by D.J. Newman in 1980, in his short proof of <!-- This code replaces the image given by
    6 KB (1,034 words) - 07:55, 12 August 2019
  • //code taken from thread for problem D=intersectionpoint(Y--X, w--x),
    3 KB (398 words) - 13:27, 12 December 2020
  • ...r code and improve readability for other AoPSers looking to interpret your code. Whitespaces before and after commands are also not read by Asymptote, so Applying what we've learned, we can now write clear, legible, Asymptote code:
    5 KB (801 words) - 20:44, 6 May 2024
  • ...gures: make the images output in a different format, and include Asymptote code directly into LaTeX files. ...your hard drive you saved it to. Let's say you saved it to the folder <tt>D:\downloads\Ghostscript</tt>.
    12 KB (1,931 words) - 13:53, 26 January 2020
  • ...s specified, so you want <math>r</math> to default to <math>0</math>. The code would be as follows: ...able preceding it. For example, the notation <tt>concurrent(pair A, B, C, D, E, F)</tt> indicates that all of the variables should have type pair.
    3 KB (515 words) - 00:43, 24 April 2019
  • ...hich has various diagrams from contests. Clicking on them will reveal the code used to make them, so this is an excellent resource for students looking to pair D, S;
    6 KB (871 words) - 21:14, 12 June 2023
  • ...allow us to use extra commands without having to include tons and tons of code in the preamble of a document. Instead, we just add the line ...s which will be useful to you are covered somewhere on these pages. If you'd like to read about more options these packages provide, read the documentat
    9 KB (1,544 words) - 06:05, 24 February 2021
  • ...example, <code>x^10</code> produces <math>x^10</math>, while <code>x^{10}</code> produces <math>x^{10}</math>. |<math>\frac{d}{dx}\left(x^2\right) = 2x</math>||\frac{d}{dx}\left(x^2\right) = 2x
    12 KB (1,898 words) - 15:31, 22 February 2024
  • /* code */ /* code */
    9 KB (1,585 words) - 01:00, 14 August 2014
  • int d=8; draw(circle(7/2+d*i,3/2));
    71 KB (11,749 words) - 01:31, 2 November 2023
  • ...code to mark the angle that has ends at (a,b) and (e,f) and a vertex at (c,d). (The import olympiad code is not required on the forums, but you need to use it on your home computer
    2 KB (313 words) - 01:23, 6 March 2019
  • ...hus, the olympiad package is a lifesaver. Let's look at this simple bit of code: (Note, the import olympiad command is not needed on the forum). pair A=origin, B=(3,0), C=(3,2), D=(0,2);
    1 KB (209 words) - 01:48, 7 January 2010
  • ...intersectionpoints(Circle(A, s3), Circle(B, s2))[0], I = incenter(A,B,C), D = foot(I,B,C), E = foot(I,A,C), F = foot(I,A,B); dot(I); draw(incircle(A,B,C), heavy); draw(I--D, linetype("2 2")); draw(I--E, linetype("2 2")); draw(I--F, linetype("2 2"))
    55 KB (7,986 words) - 17:04, 20 December 2018
  • ...displays in-line with our text. For example, typing <code>$\sqrt{x} = 5$</code> gives us <math>\sqrt{x} = 5.</math> ...he math centered and on its own line. For example, <code>$$\sqrt{x} = 5$$</code> gives us <cmath>\sqrt{x} = 5.</cmath>
    8 KB (1,356 words) - 22:35, 26 June 2020
  • <code>number = 1</code> <code>message = "hello"</code>
    28 KB (4,762 words) - 21:20, 12 June 2023
  • He supplied this C code to compute it: printf("%d\n",ss^x0^x1);
    1 KB (188 words) - 18:08, 21 February 2011
  • ...ple, if we wanted to use randint and uniform from the [[random module]] we'd have to type something like ...that is). It's possible you'd want to import a module without running the code it contains, but how to do so is beyond the scope of Intro to Programming.
    3 KB (490 words) - 16:30, 10 April 2011
  • ...f{(A) } 678 \qquad\textbf{(B) } 768 \qquad\textbf{(C) } 786 \qquad\textbf{(D) } 867 \qquad\textbf{(E) } 876</math> ...xtbf{(A) } -16 \qquad\textbf{(B) } -8 \qquad\textbf{(C) } 0 \qquad\textbf{(D) } 8 \qquad\textbf{(E) } 16</math>
    15 KB (2,297 words) - 12:57, 19 February 2020
  • ...<math>1+2+3</math> places to the right, and so on. For example, with this code the word "banana" becomes "cbodqg". What letter will replace the last lette ...\textbf{(A) } g \qquad\textbf{(B) } h \qquad\textbf{(C) } o \qquad\textbf{(D) } s \qquad\textbf{(E) } t</math>
    2 KB (280 words) - 13:06, 4 June 2021

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