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













0












$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.










share|cite|improve this question









New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$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















0












$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.










share|cite|improve this question









New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$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













0












0








0





$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.










share|cite|improve this question









New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$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






share|cite|improve this question









New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited yesterday







FooBarExtension













New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









FooBarExtensionFooBarExtension

12




12




New contributor




FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






FooBarExtension is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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












  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer