parametric-equations Questions
4
Solved
Suppose that (x(t),y(t)) has polar coordinates(√t,2πt). Plot (x(t),y(t)) for t∈[0,10].
There is no proper function in R to plot with polar coordinates. I tried normal plot by giving, x=√t & y=...
Turtleneck asked 22/3, 2015 at 10:56
1
I have a 3D parametric curve defined as P(t) = [x(t), y(t), z(t)].
I'm looking for a function to reparametrize this curve in terms of arc-length. I'm using OpenSCAD, which is a declarative languag...
Tamanaha asked 14/3, 2019 at 2:24
1
I have experimental data of the form (X,Y) and a theoretical model of the form (x(t;*params),y(t;*params)) where t is a physical (but unobservable) variable, and *params are the parameters that I w...
Abradant asked 21/8, 2015 at 6:27
1
Solved
I'm currently implementing a Recurrent Neural Network (RNN) called Echo State Network (ESN) in python for Time Series Classification (TSC).
I want to generate trajectories using parametric equati...
Lumisterol asked 4/5, 2014 at 10:38
1
Solved
I have used the Parametric Expression of a Bezier Curve to locate a point along my curve and it's working as it should. The problem is I'm setting my t value as the percentage of the y axis and unf...
Venous asked 27/5, 2013 at 20:11
1
I have a line with point a, (6, 12) and point b (45, 18).
To describe this line using vectors, the equation is
L = [6, 12] +t [39, 6]
How would I go about finding the normal to this line? ...
Mckim asked 7/5, 2013 at 11:29
2
Solved
I have the following survreg model:
Call:
survreg(formula = Surv(time = (ev.time), event = ev) ~ age,
data = my.data, dist = "weib")
Value Std. Error z p
(Intercept) 4.0961 0.5566 7.36 1.86e-1...
Optimize asked 26/4, 2013 at 12:51
8
Solved
Possible Duplicate:
Equation-driven smoothly shaded concentric shapes
How could I plot a symmetrical heart in R like I plot a circle (using plotrix) or a rectangle?
I'd like code fo...
Intrastate asked 10/11, 2011 at 16:2
2
Solved
Background
Looking to create interesting video transitions (in grayscale).
Problem
Given equations that represent a closed, symmetrical shape, plot the outline and concentrically shade the shape...
Latea asked 1/7, 2011 at 1:41
1
© 2022 - 2024 — McMap. All rights reserved.