I apologize in advance if this is not specific enough, but I'm trying to wrap my head around the following:
Say I have a list of phrases in 2 languages, for example English and Armenian, and words are repeated throughout the phrases. I have a very simple example below:
great red square - Մեծ կարմիր քառակուսի
small red circle - փոքր կարմիր շրջանակը
great blue rectangle - Մեծ կապույտ ուղղանկյան
By looking which words occur in which spots I can figure out what each word means in the other language. What I struggle with is writing out the solution using a mathematical approach. My math has gotten rusty, but what came to mind is using matrices. How exactly I'm not sure, and I'm not sure what to look (google) for specifically.
If someone can point me in the right direction (how to write this out, or which specific math subject to study) I would be very grateful.