College Math
Topics in undergraduate and graduate studies
Topics in undergraduate and graduate studies
3
M
G
BBookmark
VNew Topic
kLocked
College Math
Topics in undergraduate and graduate studies
Topics in undergraduate and graduate studies
3
M
G
BBookmark
VNew Topic
kLocked
domain
B
No tags match your search
Mdomain
calculus
real analysis
linear algebra
superior algebra
complex analysis
advanced fields
probability and stats
number theory
topology
Putnam
college contests
articles
function
integration
calculus computations
real analysis unsolved
limit
algebra
trigonometry
matrix
logarithms
derivative
superior algebra unsolved
polynomial
abstract algebra
geometry
inequalities
vector
group theory
linear algebra unsolved
probability
advanced fields unsolved
analytic geometry
domain
induction
LaTeX
Ring Theory
3D geometry
complex analysis unsolved
complex numbers
Functional Analysis
geometric transformation
superior algebra solved
real analysis theorems
search
parameterization
quadratics
real analysis solved
limits
ratio
domain
B
No tags match your search
MG
Topic
First Poster
Last Poster
k [Resolved] Asymptote Rendering Error
zhenghua 1
N
Jun 6, 2024
by Demetri
Is this a bug:
This code is supposed to produce 2 plain circles:
[code]
IMAGE
[/code]
Instead, it produces this:
hover for tip
(Hiding because contains solution)
What is going on?
Mods need to fix this in case someone sees the solution.
EDIT: It displays something different now. WHAT?
This code is supposed to produce 2 plain circles:
[code]
IMAGE
[/code]
Instead, it produces this:
hover for tip
Click to reveal hidden text
IMAGE
(Hiding because contains solution)
What is going on?
Mods need to fix this in case someone sees the solution.
EDIT: It displays something different now. WHAT?
1 reply
Asymptote times out
youthdoo 4
N
May 29, 2024
by alesan
Summary of the problem: Asymptote fails to render due to timing out
Page URL: any
Steps to reproduce:
1. Input the code
[code]
IMAGE
[/code]
2. Click the "preview" button.
Expected behavior: it renders successfully
Frequency: 100% today
Operating system(s): iOS 17.2
Browser(s), including version: Safari
Additional information: It did render successfully a few days ago.
Page URL: any
Steps to reproduce:
1. Input the code
[code]
IMAGE
[/code]
2. Click the "preview" button.
Expected behavior: it renders successfully
Frequency: 100% today
Operating system(s): iOS 17.2
Browser(s), including version: Safari
Additional information: It did render successfully a few days ago.
4 replies
k Asymptote error [RESOLVED]
WoodBurnerB 17
N
May 6, 2024
by WoodBurnerB
IMAGE
[code]IMAGE[/code]
Shows two dice instead of a line?
[code]IMAGE[/code]
Shows two dice instead of a line?
17 replies
k Asymptote Glitch
prcmishra 2
N
Jan 17, 2024
by prcmishra
I was completing my writing problem, when this glitch happened. The thing that you see in the image does not match what I have written. I had written the above thing in the Latex Texer. Please help. I have written the code below and please check the attachment.
IMAGE
EDIT : The code written here also shows the same thing!
IMAGE
EDIT : The code written here also shows the same thing!
2 replies
k Asymptote with LaTeX (diagram)
andrejpcuser07 2
N
Dec 30, 2023
by bpan2021
How can I write this in asymptote code? I need to include this in my LaTeX document, though I don't know how to convert it to LaTeX code.
Here is the problem:
Given is a parallelogram ABCD with diagonal intersection M such that the circumcircle of the triangle ABM intersects the segment AD at a point E which is different from A and the circumcircle of the triangle EMD intersects the segment BE at a point F different from E.
Here is the problem:
Given is a parallelogram ABCD with diagonal intersection M such that the circumcircle of the triangle ABM intersects the segment AD at a point E which is different from A and the circumcircle of the triangle EMD intersects the segment BE at a point F different from E.
2 replies
k Asymptote Diagrams
Riptide1901 12
N
Sep 30, 2023
by LauraZed
For some reason when I use asymptote to make a diagram (specifically in message threads), it instead renders something completely different then what its supposed to be (and I didn't write it wrong because I checked it on TeXeR). For example I tried making the diagram,
IMAGE
[code]import three;
draw(unitcone,palegrey);
draw(circle((0,0,.3),.7));
draw((.7,0,.3)--(1,0,0));[/code]
This is supposed to be a cone and a lasso but instead it renders a strait line and a curvy line which is something I made a while ago (and actually it renders that same image for every diagram I tried to make). You can verify that on TeXeR.
Also for some reason when I take out the "import" package it fixes things but I can't do it in this case without it messing up the code.
I also don't know if it's only messed up on my end, or its messed up on other people's ends also. Either way its a big inconvenience.
So Is there a reason for this? Is this a glitch or a bug or am I just doing something wrong?
IMAGE
[code]import three;
draw(unitcone,palegrey);
draw(circle((0,0,.3),.7));
draw((.7,0,.3)--(1,0,0));[/code]
This is supposed to be a cone and a lasso but instead it renders a strait line and a curvy line which is something I made a while ago (and actually it renders that same image for every diagram I tried to make). You can verify that on TeXeR.
Also for some reason when I take out the "import" package it fixes things but I can't do it in this case without it messing up the code.
I also don't know if it's only messed up on my end, or its messed up on other people's ends also. Either way its a big inconvenience.
So Is there a reason for this? Is this a glitch or a bug or am I just doing something wrong?
12 replies
k Asymptote rendering weirdly...
Acorndoorbell 7
N
Sep 22, 2023
by Holdens
When I do the asymptote code for [code]draw((0,0)--(1,1));[/code], it gives this really weird thing:
IMAGE
does anyone else have this issue?
IMAGE
does anyone else have this issue?
7 replies
k Help asy not working[resolved]
Demetri 2
N
Sep 8, 2023
by Demetri
For some reason when i use this
[code]IMAGE[/code]
asy code it won't let me shade the boxes any shade of yelow. It just says it has a error. Every other color works(i think). I'm new to asy so it might just be me being dumb but help please.
2 replies
k Asymptote not working again
club52 23
N
Aug 3, 2023
by jlacosta
Summary of the problem: Trying dot((0,0)) on asymptote breaks it
Page URL: Any old AoPS page
Steps to reproduce:
1. Open up an asymptote window on AoPS
2. Type dot((0,0));
Expected behavior: It should show you a dot centered at the origin, instead it shows you a blue speck.
Frequency: I just noticed it today.
Operating system: Windows 11
Browser: Latest version of google chrome
Additional information: This is not the first time that Asymptote breaks on AoPS... Additionally, in last nights math jam, tame the groofle, the asymptote was having trouble rendering, although I'm not sure if this is related.
IMAGE
Page URL: Any old AoPS page
Steps to reproduce:
1. Open up an asymptote window on AoPS
2. Type dot((0,0));
Expected behavior: It should show you a dot centered at the origin, instead it shows you a blue speck.
Frequency: I just noticed it today.
Operating system: Windows 11
Browser: Latest version of google chrome
Additional information: This is not the first time that Asymptote breaks on AoPS... Additionally, in last nights math jam, tame the groofle, the asymptote was having trouble rendering, although I'm not sure if this is related.
IMAGE
23 replies
k Asymptote code not rendering even after waiting
squareroot12621 3
N
Jul 7, 2023
by LoreleiA
Summary of the problem: The Asymptote code at https://artofproblemsolving.com/texer/igdncqbp does not load and instead shows the following error message: "Error making remote request. Timeout error. Sorry, rendering operation timed out. Please try again in a few minutes."
Page URL: https://artofproblemsolving.com/texer/igdncqbp
Steps to reproduce:
1. Click the link above.
2. Click "Render as Image". Clicking "Render with bbCode" will show "Unrecognized services response." after
seconds instead.
3. Wait for
seconds.
4. Observe that the aforementioned error message appears.
Expected behavior: The Asymptote code renders correctly.
Frequency:
throughout two days.
Operating system(s): Windows 11, version 22H2, build 22621.1848.
Browser(s), including version: Microsoft Edge, 114.0.1823.67, 64-bit.
Additional information: Even though the end of the error message seems to suggest that waiting for a few minutes and then rendering will work, this has not worked on multiple occasions.
Page URL: https://artofproblemsolving.com/texer/igdncqbp
Steps to reproduce:






Expected behavior: The Asymptote code renders correctly.
Frequency:

Operating system(s): Windows 11, version 22H2, build 22621.1848.
Browser(s), including version: Microsoft Edge, 114.0.1823.67, 64-bit.
Additional information: Even though the end of the error message seems to suggest that waiting for a few minutes and then rendering will work, this has not worked on multiple occasions.
3 replies
