Topic profile page for line x y.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: line x y.
Topic "Line x y" was discussed 0 times on 0 sites in last 3 months
Started 3 weeks, 3 days ago (2009-11-28 13:26:00)
by Jadehaan
1. The problem statement, all variables and given/known data Let represent a two dimensional material region who density is given by (x,y). Establish an integral formula for the moment of inertia of the material region about the line y=x. 2. Relevant equations The moment of inertia about the x axis: x 2 (x,y)dA 3. The...
Started 1 week, 4 days ago (2009-12-11 04:08:00)
by lax1113
1. The problem statement, all variables and given/known data prove that + = c Show that the sum of the x and y intercepts of any tangents to the line above = c (some positive constant). 2. Relevant equations y1 - y2 = m(x1 - x2) dy/dx(for this problem) = - / 3. The attempt at a solution So I get the slope, as written ...
Started 1 week, 4 days ago (2009-12-11 05:37:00)
by HallsofIvy
First problem, I don't know what "x1", "y1", "x2", and "y2" are since you don't say. You mean, I think, that the equation of the tangent line at is . You have x and y reversed.
Started 2 weeks ago (2009-12-08 22:06:00)
by rafikki123
Is there a way to plot a line using cartesian or polar coordinates? I have a set of data points (x,y,z) that I would like plotted either as different lines or different columns/cylinders. For instance, at the x,y location, a column/line with height z. The red arrows in the attached image shows sort of what I'm looking for, except I want it around a circle, not ...
Started 1 week, 6 days ago (2009-12-09 05:10:00)
by Andy Pope
The x and y axis on 3d charts, within excel, are simply categories. If your values are integers then you maybe able to fake it with lots of empty cells. If you want to plot 3 coords in 2d then maybe this will help http://www.andypope.info/charts/3drotate.htm As for polar plots they use a angle and distance to plot a point. I have recently created an addin to plot that style of ...
Started 1 month, 2 weeks ago (2009-11-08 21:16:00)
by chrisopia
.x and .y value to reference to main time line I am positioning a movie clip within a movieclip, so obviously when I say for example: ActionScript Code: photo_mc. picture . x = 0 ; photo_mc. picture . y = 0 ; it positions the picture movie clip with in the reference of the photo_mc clip, and not the main stage......