| ▸ verb: (transitive) To reverse or change the order of (two or more things); to swap or interchange. ▸ verb: (transitive, music) To rewrite or perform (a piece) in another key. ▸ verb: (transitive, algebra) To move (a term) from one side of an algebraic equation to the other, reversing the sign of the term. ▸ verb: (transitive, linear algebra) To rearrange elements in a matrix, by interchanging their respective row and column positional indicators. ▸ verb: (transitive, law, chiefly of the European Union) To give force to a directive by passing appropriate implementation measures. ▸ verb: (intransitive, chess) To reach a position that may also be obtained from a different move order. ▸ adjective: (adjective, linear algebra) Created by transposing a specified matrix. ▸ noun: (adjective, linear algebra) The resulting matrix, derived from performing a transpose operation on a given matrix. ▸ noun: (linear algebra) The process of rearranging elements in a matrix, by interchanging their respective row and column positional indicators.counterchange, interchange, permute, commute, transfer, transplant, transposition, transposer, superimpose, compose, more... |
'; out_str += html_str; matches = matches + 1; } } sn = document.getElementById("snippets"); sn.innerHTML = out_str; return matches; } function updateCurrentSnippet(i) { if (i >= rz_snippets.length) { return; } x = rz_snippets[i]; if (rz_snippets.length > 1) { reload_str = '
| ↻ | '; } else { reload_str = ''; if (found_featured) { from_str += "
' + x["snippet"] + ' |
"; move_snippet_to_top = false; } current_snippet = i; } var current_snippet = 0; function randSnippet() { if (rz_snippets.length > 0) { current_snippet = (current_snippet + 1) % rz_snippets.length; updateCurrentSnippet(current_snippet); } } function getTargetFromReferrer() { var query = document.referrer; var vars = query.split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); var name = decodeURIComponent(pair[0]); if (name.indexOf("Word", name.length - 4) !== -1) { return decodeURIComponent(pair[1]); } } return ""; } function getTargetFromRequest(paramKey) { var vars = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); var name = decodeURIComponent(pair[0]); if (name.indexOf(paramKey, name.length - 5) !== -1) { // huh!? return decodeURIComponent(pair[1]); } } return ""; } if (show_all_snippets) { organizeSnippets(); if (matchCounts.length > 1 && rz_snippets.length > 4) { outputHeader(); } var target = getTargetFromRequest("mWord"); if (target == "") { showAllSnippets("All", "All"); } else { target = norm(target); var matches = showAllSnippets(target, "All"); if (matches == 0) { showAllSnippets("All", "All"); } else { updateSel = true; $('#selrhy').val(target); $('#selrhy').selectmenu("refresh"); updateSel = false; } } } else { var target = getTargetFromReferrer(); current_snippet = -1; if (target !== "" && target !== getTargetFromRequest("Word")) { referrer_target = true; target = target.toLowerCase(); rz_snippets.sort(function(a, b) { if (a==b) return 0; var q1=((a["t"]===target)?3:((a["m"]===target)?2:1)); var q2=((b["t"]===target)?3:((b["m"]===target)?2:1)); return q2-q1; }); referrer_target_match_count = 0; for (var i=0; i
▸ Word origin
▸ Usage examples for transpose
▸ Civic discussion about transpose (New!)
▸ Popular adjectives describing transpose
▸ Popular nouns described by transpose
▸ Words that often appear near transpose
▸ Rhymes of transpose