Questions tagged [asymptote]

A powerful descriptive vector graphics language for mathematical/technical drawing, with LaTeX typesetting of labels.

A powerful descriptive vector graphics language for mathematical/technical drawing, with LaTeX typesetting of labels. See more

24 questions
0
votes
0 answers

MiKTeX exception caught: Unknown MiKTeX exception with asymptote

Since updating packages from Miktek I have an error : 2020-12-27 17:05:41,781+0100 ERROR asy - MiKTeX exception caught: Unknown MiKTeX exception. The files .pre and .tex aren't created. I don't understand why? thanks for help et sorry for my english
0
votes
1 answer

How to find growth rate of function?

I have three functions, and I have to order them according to their relative growth rates (in increasing order). Following are the functions given: f(x)= f(x)= f(x)= I am not understanding that how do I find growth rate?
TariqS
  • 57
  • 1
  • 8
0
votes
2 answers

Extract value from a loop function to add in columns

I would like to run the NLSstAsymptotic function for each of my columns (X1:X3 in the example data sheet, my real data sheet has many more columns and rows).…
atauch
  • 27
  • 6
0
votes
1 answer

nls sslogis: using a dummy variable as an interaction term to compare two sigmoid models

I use the following model in my code: model <- nls(y ~ SSlogis(x, Asym, xmid, scal), data = data.frame(x, y)) There is a variable (V) with two levels: V1 and V2 Model 1: Fitting Y to X with a sigmoid function when V=V1 --> asymptote1 Model 2:…
Barbaletta
  • 13
  • 3
0
votes
0 answers

Arrow between terms of an equation with asymptote

I try to draw with asymptote one arrow between two terms of an equation for example pair position=(1,1); label("$x^2+x+1=a+b+c$", position); how to draw an arrow from $x^2$ to $a$ ? Or is there a way to calculate the position of a term ? pstricks…
Top Maths
  • 61
  • 6
0
votes
1 answer

Using MATLAB to determine root locus plot

Using matlab (R2007b), is it possible to get the asymptotic centroid, asymptotic angles and the break away and break in points for a root locus plot and its jw axis crossing?
0
votes
1 answer

Fit a Self-Starting Nls Asymptotic Regression Model in R

I have a dataframe df df<-structure(list(y = c(152.264522056852, 90.1433769206633, 14.9873599316925, 234.736409910023, 60.4167695627548, 380.654850683175, 467.840079978108, 358.497598990798, 431.528439198621, 442.010991849005, 351.189937948249,…
SimonB
  • 670
  • 1
  • 10
  • 25
-1
votes
0 answers

Asymptote: Shipout to SVG not working on MacOS

Running on 2023 M2 Pro Macbook pro, running MacOS Ventura 13.2.1 Hello, I'm unable to export any of my asymptote diagrams as an svg file, although I was able to easily on my old windows machine. This issue has been repeated on 3 different macs, with…
bahab
  • 1
  • 1
-1
votes
1 answer

How do I render this Asymptote code into an image?

I don't know anything about asymptote, I asked an AI to generate the code based this geometry problem, Prove that in a triangle ABC, if the altitudes AD, BE and CF to sides AB, AC and BC respectively, are concurrent, then the triangle is an…
reedvoid
  • 1,203
  • 3
  • 18
  • 34
1
2