Difference between revisions of "User:Andrewc10"

 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
=My AoPS Links=
 
=My AoPS Links=
 
Sorry, I'm not sure if this is allowed, I'll email them.
 
Sorry, I'm not sure if this is allowed, I'll email them.
 +
=Facts about me=
 +
<font color="red">[Put on another page for it is too long for a section]</font>
  
=LaTeX=
+
[[User:Andrewc10/facts|<font color = 'royalblue'> Click here for my facts</font>]]
 +
=Math=
 +
I am not very good at math :(
 +
I don't really like quadratic equations
 +
==LaTeX==
 
I am still learning LaTeX, but I am particularly good at it.
 
I am still learning LaTeX, but I am particularly good at it.
 
(oh great BBcode doen't work here)
 
(oh great BBcode doen't work here)
 
You can ask me for any LaTeX (except Asymptote)and I will give you the code
 
You can ask me for any LaTeX (except Asymptote)and I will give you the code
 
<math>\text{I} \color{red}{\heartsuit}</math> <math>\LaTeX</math>
 
<math>\text{I} \color{red}{\heartsuit}</math> <math>\LaTeX</math>
==Wuwang2002==
+
===Examples===
 +
<math>\sum_{n=5}^{10} \cdot \frac{1}{2} - x^{16}_{8}</math>
 +
<math>x^2 - 16x + 77 = 0</math>
 +
<math>(x+7)(x+11)</math>
 +
===Wuwang2002===
 
[[User:Wuwang2002|Wuwang2002]] is a close friend of mine. You can also ask him for some bbcode  
 
[[User:Wuwang2002|Wuwang2002]] is a close friend of mine. You can also ask him for some bbcode  
 +
==Asymptote==
 +
I am horrible at asymptote. I don't even know how to spell it. (I had to go to my class forum to find the topic and copy and paste.) I can only do a couple of 'easy' codes.
 +
===examples===
 +
[asy]
 +
size(1000);
 +
pen[][] p={{red,orange,yellow},
 +
{purple,orange,green},
 +
{blue,orange,red}};
 +
latticeshade(texpath("Welcome To The Wiki"),p);
 +
[/asy]
  
 +
=Coding=
 +
I like coding. I think I am relatively good at it!
 +
-well maybe not. I challenge to a python coding competition!!! -[[User:Wuwang2002|wuwang2002]]([[User talk:Wuwang2002|talk]])
 +
==python==
 +
I would say I am pretty good at python, I really like coding in it!
 +
===examples===
 +
 
=Blog=
 
=Blog=
 
I have created my blog.
 
I have created my blog.
 
It features my Python projects.
 
It features my Python projects.
 
Please visit: https://artofproblemsolving.com/community/c1278407
 
Please visit: https://artofproblemsolving.com/community/c1278407

Latest revision as of 14:26, 27 October 2020

Hi! I am AndrewC10 and I am particularly new to AoPS Online. I want to thank CreativeHedgehog and Wuwang2002 for their help.

My AoPS Links

Sorry, I'm not sure if this is allowed, I'll email them.

Facts about me

[Put on another page for it is too long for a section]

Click here for my facts

Math

I am not very good at math :( I don't really like quadratic equations

LaTeX

I am still learning LaTeX, but I am particularly good at it. (oh great BBcode doen't work here) You can ask me for any LaTeX (except Asymptote)and I will give you the code $\text{I} \color{red}{\heartsuit}$ $\LaTeX$

Examples

$\sum_{n=5}^{10} \cdot \frac{1}{2} - x^{16}_{8}$ $x^2 - 16x + 77 = 0$ $(x+7)(x+11)$

Wuwang2002

Wuwang2002 is a close friend of mine. You can also ask him for some bbcode

Asymptote

I am horrible at asymptote. I don't even know how to spell it. (I had to go to my class forum to find the topic and copy and paste.) I can only do a couple of 'easy' codes.

examples

[asy] size(1000); pen[][] p={{red,orange,yellow}, {purple,orange,green}, {blue,orange,red}}; latticeshade(texpath("Welcome To The Wiki"),p); [/asy]

Coding

I like coding. I think I am relatively good at it! -well maybe not. I challenge to a python coding competition!!! -wuwang2002(talk)

python

I would say I am pretty good at python, I really like coding in it!

examples

Blog

I have created my blog. It features my Python projects. Please visit: https://artofproblemsolving.com/community/c1278407