|
Short Question:
Lets say, I want to solve Project Euler problem 9 using python and some equation solving libraries.
a + b + c = 1000. a2 + b2 = c2
How do you do it.
Long Question:
I want to solve a set of equations; linear, sometimes may be quadratic ...
Started by becomingGuru on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
For inexact solutions, read up on linear such optimizations....
With linear systems, python has bindings to linear algebra and matrix (and the docs always confuse me more than they help, too).
Nonlinear) equations simultaneously.
|
|
I'm trying to figure out how to use Mathematica to solve systems of equations where some of the variables and coefficients are vectors. A simple example would be something like
where I know A , V , and the magnitude of P , and I have to solve for t and...
Started by Crashworks on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
The title says it all basically, I'm looking for books and resource to teach myself linear algebra to be used in 3D graphics programming. I prefer practical approaches to teaching over theoretical (even though math is what, 99.99% theory?) ones, so the...
Started by thr on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
May be too general for your very specific interests, but it's free... .
A good computer graphics textbookMIT OpenCourseWare offers a free course in Linear Algebra.
To compute geometry, which is not the focus of linear algebra textbooks.
|
Ask your Facebook Friends
|
My daughter just asked me this and I realized that I actually don't know. First she asked, "What comes after Algebra 2?" "Precalculus." "What comes after Precalculus?" "Calculus." "What comes after calculus?" "Well, you can do a lot of different things...
Started by SuperDad on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at welltrainedmind):
Just a note that many students take a Linear Algebra course afterPartial Differential Equations? Number Theory? Complex Analysis?
Mind you, I know nothing about to take college sophomore level Differential....
Topology is *before* geometry).
|
|
Hi all...
This is a nice Geometry Problem proposed by one of my close friends!
I'm really stuck and need some help....
Thanks!
Uploaded Images
Started by ZHero on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at mathisfunforum):
NO USE of co the coordinates of point Z ... .
Can we try solving it using Euclidean Geometry only?
Sort of...
Mmmm...
I showed him your reply and...
From these compute length XY.
The equations for FE and CD to get the coordinates of X and Y.
|
|
Hello everyone,
I have a question that has been torturing me for quite some while now.
Here it goes:
Let n be a fixed integer and consider U(n), the group of n x n unitary
matrices. It is a real algebraic variety. I have also a polynomial P
in 2n^2 ...
Started by ion.nechita@gmail.com on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
Just not "reduce the dimension....
(In algebraic geometry) *real* algebraic geometry, in
both of which there *is* a natural notion of "measure 0" around.
It has to do with differential geometry, not with algebraic geometry.
|
|
On Sat, 11 Jul 2009 14:03:39 -0700 (PDT), glird <glird@aol.com
Here is the blurb to an e-book, A Flower for Einstein, now on Lulu:
< The following things collectively prove that EINSTEIN DIDN'T
UNDERSTAND HIS OWN STR EQUATIONS! 1) In his 1905...
Started by glird on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
<shrug
If a PhD cannot understand the following where the geometry is
invariant, but the metric must be unique to every coordinate system to
describe this same invariant geometry.
That is reality.
|
|
On Sun, 16 Aug 2009 16:56:51 -0700 (PDT), "M.M.M." <marty.musatov@gmail.com
These are the equations I have been working so hard to derive. I do
not have any real access to academic resources or opinions and it
would really mean a great deal to me...
Started by M.M.M. on
, 17 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
I (and other defenders....
The only
loophole of it, is that it makes both MATHEMATICAL and LOGICAL
sense, unlike your little equations and theories this any clearer to you.
Note the accuracy of the equations when put into practice.
Sources.
|
|
On Fri, 27 Feb 2009 01:19:29 -0800 (PST), Rob <tadej.slamic@gmail.com
What's the best linear algebra book for self-study? Assume I'm a
beginner.
Thanks.
Started by Rob on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at omgili):
Qualifying exam in linear....
I found it very useful
for my Ph.D.
In other settings (e.g., differential equations,
differential geometry, probability, field theory Outline for linear algebra may be too
advanced if Rob is a beginner.
|
|
On Thu, 05 Mar 2009 14:32:31 EST, lorenzo123 <suruenforp@gmail.com
I have xy coordinates of 3 points A, B, C: (x_A,y_A), (x_B,y_B), (x_C,y_C).
I have 3 positive fractions f_A+f_B+f_C=1.
I need to find the xy coordinates of a point D inside...
Started by lorenzo123 on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Cases, when
quadratic equations degenerate into linear, or both solutions have
same x_D or same y_D unknowns coordinates for the required point, and set
up a system of 2 equations with 2 unknowns the two equations d(x,a)^2....
|