an oral disagreement; verbal opposition; contention; altercation: a violent argument.
2.
a discussion involving differing points of view; debate: They were deeply involved in an argument about inflation.
3.
a process of reasoning; series of reasons: I couldn't follow his argument.
4.
a statement, reason, or fact for or against a point: This is a strong argument in favor of her theory.
5.
an address or composition intended to convince or persuade; persuasive discourse.
6.
subject matter; theme: The central argument of his paper was presented clearly.
7.
an abstract or summary of the major points in a work of prose or poetry, or of sections of such a work.
8.
Mathematics.
a.
an independent variable of a function.
b.
Also called amplitude.the angle made by a given vector with the reference axis.
c.
the angle corresponding to a point representing a given complex number in polar coordinates. Compare principal argument.
9.
Computers. a variable in a program, to which a value will be assigned when the program is run: often given in parentheses following a function name and used to calculate the function.
10.
Obsolete.
a.
evidence or proof.
b.
a matter of contention.
[Origin: 1325–75; ME (< OF) < L argūmentum.See argue, -ment]
—Synonyms 1.Argument,controversy,dispute imply the expression of opinions for and against some idea. An argument usually arises from a disagreement between two persons, each of whom advances facts supporting his or her own point of view. A controversy or a dispute may involve two or more persons. A dispute is an oral contention, usually brief, and often of a heated, angry, or undignified character: a violent dispute over a purchase. A controversy is an oral or written expression of contrary opinions, and may be dignified and of some duration: a political controversy.
A discussion in which disagreement is expressed; a debate.
A quarrel; a dispute.
Archaic A reason or matter for dispute or contention: "sheath'd their swords for lack of argument"(Shakespeare).
A course of reasoning aimed at demonstrating truth or falsehood: presented a careful argument for extraterrestrial life.
A fact or statement put forth as proof or evidence; a reason: The current low mortgage rates are an argument for buying a house now.
A set of statements in which one follows logically as a conclusion from the others.
A summary or short statement of the plot or subject of a literary work.
A topic; a subject: "You and love are still my argument"(Shakespeare).
An independent variable of a function.
The angle of a complex number measured from the positive horizontal axis.
A course of reasoning aimed at demonstrating truth or falsehood: presented a careful argument for extraterrestrial life.
A fact or statement put forth as proof or evidence; a reason: The current low mortgage rates are an argument for buying a house now.
A set of statements in which one follows logically as a conclusion from the others.
A summary or short statement of the plot or subject of a literary work.
A topic; a subject: "You and love are still my argument"(Shakespeare).
An independent variable of a function.
The angle of a complex number measured from the positive horizontal axis.
A summary or short statement of the plot or subject of a literary work.
A topic; a subject: "You and love are still my argument"(Shakespeare).
An independent variable of a function.
The angle of a complex number measured from the positive horizontal axis.
Logic The minor premise in a syllogism.
Mathematics
An independent variable of a function.
The angle of a complex number measured from the positive horizontal axis.
Computer Science A value used to evaluate a procedure or subroutine.
Linguistics In generative grammar, any of various positions occupied by a noun phrase in a sentence.
[Middle English, from Old French, from Latin argūmentum, from arguere, to make clear; see argue.]
Synonyms: These nouns denote discussion involving conflicting points of view. Argument stresses the advancement by each side of facts and reasons intended to persuade the other side: Emotions are seldom swayed by argument. Dispute implies animosity: A dispute arose among union members about the terms of the new contract. Controversy applies especially to major differences of opinion involving large groups of people: The use of nuclear power is the subject of widespread controversy.
a fact or assertion offered as evidence that something is true; "it was a strong argument that his hypothesis was true"
2.
a contentious speech act; a dispute where there is strong disagreement; "they were involved in a violent argument" [syn: controversy]
3.
a discussion in which reasons are advanced for and against some proposition or proposal; "the argument over foreign aid goes on and on"
4.
a summary of the subject or plot of a literary work or play or movie; "the editor added the argument to the poem"
5.
(computer science) a reference or value that is passed to a function, procedure, subroutine, command, or program
6.
a variable in a logical or mathematical expression whose value determines the dependent variable; if f(x)=y, x is the independent variable
7.
a course of reasoning aimed at demonstrating a truth or falsehood; the methodical process of logical reasoning; "I can't follow your line of reasoning" [syn: argumentation]
Main Entry: ar·gu·ment Function: noun 1: a reason or the reasoning given for or against a matter under discussion —compare EVIDENCE, PROOF 2: the act or process of
arguing, reasoning, or discussing; especially:ORAL ARGUMENT —see also CLOSING ARGUMENT
argumentprogramming (Or "arg") A value or reference passed to a function, procedure, subroutine, command or program, by the caller. For example, in the function definition square(x) = x * x x is the formal argument or "parameter", and in the call y = square(3+4) 3+4 is the actual argument. This will execute the function square with x having the value 7 and return the result 49. There are many different conventions for passing arguments to functions and procedures including call-by-value, call-by-name, call-by-reference, call-by-need. These affect whether the value of the argument is computed by the caller or the callee (the function) and whether the callee can modify the value of the argument as seen by the caller (if it is a variable). Arguments to functions are usually, following mathematical notation, written in parentheses after the function name, separated by commas (but see curried function). Arguments to a program are usually given after the command name, separated by spaces, e.g.: cat myfile yourfile hisfile Here "cat" is the command and "myfile", "yourfile", and "hisfile" are the arguments. (2006-05-27)
Ar"gu*ment\, n. [F. argument, L. argumentum, fr. arguere to argue.]1. Proof; evidence. [Obs.] There is.. no more palpable and convincing argument of the existence of a Deity. --Ray. Why, then, is it made a badge of wit and an argument of parts for a man to commence atheist, and to cast off all belief of providence, all awe and reverence for religion? --South. 2. A reason or reasons offered in proof, to induce belief, or convince the mind; reasoning expressed in words; as, an argument about, concerning, or regarding a proposition, for or in favor of it, or against it. 3. A process of reasoning, or a controversy made up of rational proofs; argumentation; discussion; disputation. The argument is about things, but names. --Locke. 4. The subject matter of a discourse, writing, or artistic representation; theme or topic; also, an abstract or summary, as of the contents of a book, chapter, poem. You and love are still my argument. --Shak. The abstract or argument of the piece. --Jeffrey. [Shields] with boastful argument portrayed. --Milton. 5. Matter for question; business in hand. [Obs.] Sheathed their swords for lack of argument. --Shak. 6. (Astron.) The quantity on which another quantity in a table depends; as, the altitude is the argument of the refraction. 7. (Math.) The independent variable upon whose value that of a function depends. --Brande & C.