Used in a Sentence

associative

Definitions, parts of speech, synonyms, and sentence examples for associative.

Editorial note

Now, the (-) operator is of course not associative, so let's see what QuickCheck says about that: > quickCheck $ associative (-) *** Failed!

Examples16
Definitions3
Parts of speech1

Quick take

Pertaining to, resulting from, or characterised by association; capable of associating; tending to associate or unite.

Meaning at a glance

The clearest senses and uses of associative gathered in one view.

adjective

Pertaining to, resulting from, or characterised by association; capable of associating; tending to associate or unite.

adjective

(computing) Addressable by a key more complex than an integer index.

adjective

(algebra, of a binary operator *) Such that, for any operands a,b and c, (a*b)*c=a*(b*c); (of a ring, etc.) whose multiplication operation is associative.

Definitions

Core meanings and parts of speech for associative.

adjective

Pertaining to, resulting from, or characterised by association; capable of associating; tending to associate or unite.

adjective

(computing) Addressable by a key more complex than an integer index.

adjective

(algebra, of a binary operator *) Such that, for any operands a,b and c, (a*b)*c=a*(b*c); (of a ring, etc.) whose multiplication operation is associative.

Example sentences

1

Now, the (-) operator is of course not associative, so let's see what QuickCheck says about that: > quickCheck $ associative (-) *** Failed!

2

QuickCheck > let associative op x y z = (x `op` y) `op` z == x `op` (y `op` z) > quickCheck $ associative (+) +++ OK, passed 100 tests.

3

I've used Stackoverlow on occasion but I don't think the point system means much, and shouldn't be used for an associative career site.

4

Because this pattern is so common in Haskell, -> is defined to be right-associative, so the paranthese can be omited.

5

Since matrix multiplication is a representation of function composition, it must be associative as well.

6

One folds from the left, the other folds from the right, which is seriously important if you're using a non-associative operation.

7

GE is an optimized implementation while associative containers (unordered_*) in C++ are more generalized implementations.

8

Here A+B = {a+b|a in A, b in B} + is associative and commutative.

9

This technique is ancient for anyone that has an associative array and function objects.

10

Vegetatve patients have their associative cortices deactivated, especially the precuneus that's known to be involved in the processing of information about oneself.

11

Now try to write out a direct proof that matrix multiplication is associative.

12

I keep seeing more and more dis-associative non-communication being presented where the interviewer attempts to do less and less.

Quote examples

1

QuickCheck just applied our "associative" function with 100 various random triplets and made sure that (+) behaved associatively in all the examples.

2

My first reaction was, "you want to define a type class called Associative because you're talking about an interface, and that got me thinking about OOP vs.

3

` "Prototypical inheiritance" is nothing more than a shallow copy of an associative array.

4

"Prototypical inheiritance" is nothing more than a shallow copy of an associative array.

Frequently asked questions

Short answers drawn from the clearest meanings and examples for this word.

How do you use associative in a sentence?

Now, the (-) operator is of course not associative, so let's see what QuickCheck says about that: > quickCheck $ associative (-) *** Failed!

What does associative mean?

Pertaining to, resulting from, or characterised by association; capable of associating; tending to associate or unite.

What part of speech is associative?

associative is commonly used as adjective.