Vector matching operaton [on hold]How to express a set of objects in the language of maths?Orthogonal Matrices and Similarity TransformsIs there solution for equation which is recursive?A function to convert a vector to a number and vise versa?Notions of consistency / heterogeneity in sets of vector valuesGaussian elimination algorithm performanceConfusion about vector calculus harmonic function proofExtracting vector containing the elements of the main diagonal of a matrixVector defined by 3 anglesiGCSE Further Maths Vectors Question
How do spaceships determine each other's mass in space?
Rationale to prefer local variables over instance variables?
Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother
Locked Away- What am I?
How do I increase the number of TTY consoles?
Is there a math expression equivalent to the conditional ternary operator?
ESPP--any reason not to go all in?
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
Can the Witch Sight warlock invocation see through the Mirror Image spell?
Are small insurances worth it?
What can I do if someone tampers with my SSH public key?
How to copy the rest of lines of a file to another file
What will happen if my luggage gets delayed?
Cycles on the torus
What do you call someone who likes to pick fights?
Why restrict private health insurance?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Is there stress on two letters on the word стоят
How to educate team mate to take screenshots for bugs with out unwanted stuff
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
Help! My Character is too much for her story!
What is better: yes / no radio, or simple checkbox?
Does an unused member variable take up memory?
When an outsider describes family relationships, which point of view are they using?
Vector matching operaton [on hold]
How to express a set of objects in the language of maths?Orthogonal Matrices and Similarity TransformsIs there solution for equation which is recursive?A function to convert a vector to a number and vise versa?Notions of consistency / heterogeneity in sets of vector valuesGaussian elimination algorithm performanceConfusion about vector calculus harmonic function proofExtracting vector containing the elements of the main diagonal of a matrixVector defined by 3 anglesiGCSE Further Maths Vectors Question
$begingroup$
First of all sorry if my language is not right at all for maths context.
Given a list of sets (matrix 1xn) with different n per vector. and where fields are "unknown", there exist any operation that results in another set with fields or values that does not match in any o the rest of sets.
I explain.
Given:
V1 = 1, 5, 7, 9, 12
V2 = 5, 9, 4, 8
V3 = 4, 12, 16, 21
V4 = 16, 30, 50
Then, for example for first: V1 (operation I look for) V2 = 1, 7, 12
that I can iterate with V3: 1,7,12 (operation) V3 = 1, 7
and then with V4: 1,7 operation V4 = 1, 7
that 1,7 is final result I am looking for.
I hope you understand what I mean. Thanks a lot.
matrices vectors
New contributor
$endgroup$
put on hold as unclear what you're asking by Paul Frost, egreg, YiFan, Eevee Trainer, zz20s yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
$begingroup$
First of all sorry if my language is not right at all for maths context.
Given a list of sets (matrix 1xn) with different n per vector. and where fields are "unknown", there exist any operation that results in another set with fields or values that does not match in any o the rest of sets.
I explain.
Given:
V1 = 1, 5, 7, 9, 12
V2 = 5, 9, 4, 8
V3 = 4, 12, 16, 21
V4 = 16, 30, 50
Then, for example for first: V1 (operation I look for) V2 = 1, 7, 12
that I can iterate with V3: 1,7,12 (operation) V3 = 1, 7
and then with V4: 1,7 operation V4 = 1, 7
that 1,7 is final result I am looking for.
I hope you understand what I mean. Thanks a lot.
matrices vectors
New contributor
$endgroup$
put on hold as unclear what you're asking by Paul Frost, egreg, YiFan, Eevee Trainer, zz20s yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday
add a comment |
$begingroup$
First of all sorry if my language is not right at all for maths context.
Given a list of sets (matrix 1xn) with different n per vector. and where fields are "unknown", there exist any operation that results in another set with fields or values that does not match in any o the rest of sets.
I explain.
Given:
V1 = 1, 5, 7, 9, 12
V2 = 5, 9, 4, 8
V3 = 4, 12, 16, 21
V4 = 16, 30, 50
Then, for example for first: V1 (operation I look for) V2 = 1, 7, 12
that I can iterate with V3: 1,7,12 (operation) V3 = 1, 7
and then with V4: 1,7 operation V4 = 1, 7
that 1,7 is final result I am looking for.
I hope you understand what I mean. Thanks a lot.
matrices vectors
New contributor
$endgroup$
First of all sorry if my language is not right at all for maths context.
Given a list of sets (matrix 1xn) with different n per vector. and where fields are "unknown", there exist any operation that results in another set with fields or values that does not match in any o the rest of sets.
I explain.
Given:
V1 = 1, 5, 7, 9, 12
V2 = 5, 9, 4, 8
V3 = 4, 12, 16, 21
V4 = 16, 30, 50
Then, for example for first: V1 (operation I look for) V2 = 1, 7, 12
that I can iterate with V3: 1,7,12 (operation) V3 = 1, 7
and then with V4: 1,7 operation V4 = 1, 7
that 1,7 is final result I am looking for.
I hope you understand what I mean. Thanks a lot.
matrices vectors
matrices vectors
New contributor
New contributor
edited yesterday
FooBarExtension
New contributor
asked yesterday
FooBarExtensionFooBarExtension
12
12
New contributor
New contributor
put on hold as unclear what you're asking by Paul Frost, egreg, YiFan, Eevee Trainer, zz20s yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Paul Frost, egreg, YiFan, Eevee Trainer, zz20s yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday
add a comment |
1
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday
1
1
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
$begingroup$
Rather than refer to these as "vectors" you can simply refer to these as "sets" and the operation you are referring to is set difference. Written out, it is $V_1setminus V_2 = 1,7,12$ and $(V_1setminus V_2)setminus V_3 = 1,7$
$endgroup$
– JMoravitz
yesterday
$begingroup$
I will read about and try it, thank you very much @JMoravitz I think is exactly what I am looking for :)
$endgroup$
– FooBarExtension
yesterday