Recent content by uwowizard
-
U
Graduate From plane to hyperplane in high dimension
Thank you! I'm looking for a way to find distance from a point to an object (line, hyperplane, etc) that goes through n points.. I've just done a search on a distance from a point to an affine subspace and it seems that it's not a trivial topic (at least not as simple as in the case of a line or...- uwowizard
- Post #3
- Forum: Differential Geometry
-
U
Graduate From plane to hyperplane in high dimension
Hello All, It's rather a simple question for advanced people. Consider a 3D Euclidean space: if one is given 2 points, a line can be build that goes through the points; for 3 points -- there is a plane. For 4D space: a line goes through 2 points and a hyperplane through 4 points...- uwowizard
- Thread
- Dimension Plane
- Replies: 2
- Forum: Differential Geometry
-
U
Graduate Solution to System with Unknown Variables n > 4
Thanks for the reply. However, the system a_0 = a_1*x_1 + ... + a_n*x_n b_0 = b_1*x_1 + ... + b_n*x_n x_1 + ... + x_n = 1 will have an infinite amount of solutions, and the problem is how to select at least one that satisfy the inequality. 0<= x_1, ... , x_n <= 1- uwowizard
- Post #3
- Forum: Linear and Abstract Algebra
-
U
Graduate Solution to System with Unknown Variables n > 4
I'm looking for a general-case method to find at least one solution to a system such as a_0 = a_1*x_1 + ... + a_n*x_n b_0 = b_1*x_1 + ... + b_n*x_n x_1 + ... + x_n = 1 0<= x_1, ... , x_n <= 1 where a_i, b_i are known real numbers, x_i are unknown and n > 4 Thank you in advance.- uwowizard
- Thread
- System
- Replies: 4
- Forum: Linear and Abstract Algebra
-
U
LaTeX Any ideas of how to represent a list in pseudo-code in LaTex?
In particular, I want to be able to represent the following operations list l l.add(l1,i) //add element l1 in the i-th position l.remove(j) // remove an element in the j-th position- uwowizard
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
U
LaTeX Any ideas of how to represent a list in pseudo-code in LaTex?
I'm looking for a standard way to represent a list (data structure) in pseudo-code. I looked at the documentation of standard algorithmic packages in latex, e.g. http://en.wikibooks.org/wiki/LaTeX/Algorithms_and_Pseudocode but could find anything about lists. Pls, let me know if I need...- uwowizard
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
U
LaTeX Any ideas of how to represent a list in pseudo-code in LaTex?
I'm working with the algorithmic and algorithm packages in LaTeX and looking for a way to perform some operations on a list in the algorithm.. Any ideas how I can do that? Any advice is highly appreciated. Thank you in advance.- uwowizard
- Thread
- Ideas Latex List
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
U
Undergrad Oriented angle between vectors
Good idea, Stephen. Thanks.- uwowizard
- Post #3
- Forum: Linear and Abstract Algebra
-
U
Undergrad Oriented angle between vectors
"oriented" angle between vectors Say, we are given two vectors v1(1,2) and v2(2,1). Question - how to find an "oriented" angle in clockwise direction between the given vectors? Note, the angle between v1 and v2 will be equal to (360-(the angle between v2 and v1)) Any suggestions will be...- uwowizard
- Thread
- Angle Angle between vectors Vectors
- Replies: 3
- Forum: Linear and Abstract Algebra
-
U
Graduate How to Find the Basis of a 23D Subspace Using Maple or Matlab?
Micromass, is there a name for the process that you described?- uwowizard
- Post #6
- Forum: Linear and Abstract Algebra
-
U
Graduate How to Find the Basis of a 23D Subspace Using Maple or Matlab?
Thanks a lot!- uwowizard
- Post #3
- Forum: Linear and Abstract Algebra
-
U
Graduate How to Find the Basis of a 23D Subspace Using Maple or Matlab?
Hi there, I have 23D subspace, defined by an equation (hyperplane) c1*x1 + ... + c24*x24 = 0; I wonder if there is an automated way to find basis of the subspace? I have access to Maple and Matlab. Thanks.- uwowizard
- Thread
- Basis Software Space
- Replies: 6
- Forum: Linear and Abstract Algebra
-
U
What is sparse data and how is it used in SVM implementation?
Hi there, I was looking at an SVM implementation svm-java and it accepts a parameter to indicate whether the data is sparse. What's the definition of the sparse data? Thanks.- uwowizard
- Thread
- Data
- Replies: 1
- Forum: Programming and Computer Science