KonkurStudy
کنکور ارشد علوم کامپیوتر

کارت‌های مفهوم و فرمول کنکور ارشد علوم کامپیوتر

همهٔ 285 کارت مطالعهٔ کنکور کارشناسی ارشد علوم کامپیوتر — فرمول‌ها، قضیه‌ها، تعریف‌ها، الگوریتم‌ها و نکته‌ها، هر کدام با پیوند به سوالاتی که آن را می‌سنجند.

121–180 از 285

الگوریتمریاضی عمومی
Equation of a Plane Through a Line and an External Point

A line plus a point not on it fixes a plane: build two in-plane directions, cross them for the normal, and write the point-normal equation.

planecross-productnormal-vectorline-in-space
قضیهریاضی عمومی
Convergence of a Recursive Sequence via the Monotone Convergence Theorem

A sequence given by x_{n+1}=f(x_n) converges once you show it is bounded and monotone; then the limit must be a fixed point f(L)=L.

sequencesmonotone-convergencerecursive-sequencefixed-point
فرمولریاضی عمومی
Relative Error Propagation Through a Product

Relative errors of a product don't simply add: $\delta(ab)=\delta(a)+\delta(b)+\delta(a)\delta(b)$. The cross term is the catch, and it vanishes exactly when one factor is exact.

relative-errorerror-propagationnumerical-analysisproduct
الگوریتمریاضی عمومی
Volume by Cross-Sections: The Napkin-Ring Problem

Slice a solid perpendicular to one axis, integrate the cross-sectional area A(y); for a sphere drilled through its center, the leftover ring's volume depends only on the ring's height, not the sphere's radius.

volumecross-sectionssolid-of-revolutionwasher-method
مفهومریاضیات گسسته
Algebraic, Transcendental, and Irrational Numbers

Irrational just means "not a fraction"; algebraic vs. transcendental is a finer split — algebraic numbers are roots of integer polynomials and are closed under arithmetic and radicals, while transcendental numbers like $\pi$ and $e$ satisfy no such polynomial.

algebraic-numberstranscendental-numbersirrational-numbersrational-root-theorem
فرمولریاضیات گسسته
The Binomial Theorem and Evaluating Binomial Sums

$(x+y)^{n}=\sum_{k=0}^{n}\binom{n}{k}x^{k}y^{n-k}$; read backwards, any sum $\sum_k\binom{n}{k}c^{k}$ collapses to $(1+c)^{n}$.

binomial-theorembinomial-coefficientspascals-trianglecombinatorial-identity
مفهومریاضیات گسسته
Translating If, Only If, and Unless into Implications

"if" introduces the hypothesis, "only if" the necessary consequent, and "unless" means "if not" — three connectives, three fixed implication patterns that konkur loves to swap.

propositional-logicconditional-statementonly-ifnecessary-sufficient
مفهومریاضیات گسسته
Counting Independent Sets in the Prism (Circular Ladder) Graph

Each rung pair holds at most one vertex, so a large independent set fixes which columns are used; the empty columns cut the rest into paths, and every path contributes a factor of $2$ (outer/inner must alternate).

graph-theoryindependent-setprism-graphcircular-ladder
مفهومریاضیات گسسته
Counting Proper Colorings via the Multiplication Principle

Color the cells/vertices in a dependency order; each new one has $k$ minus the number of already-colored neighbors choices, and you multiply.

proper-coloringgraph-coloringmultiplication-principlecounting
مفهومریاضیات گسسته
Counting Satisfying Assignments of a Propositional Formula

Count the truth assignments that make a formula true by exploiting free variables, shared-head case splits, and the 2^r - 1 rule for a single clause.

logicpropositional-logiccountingsatisfiability
مفهومریاضیات گسسته
Equivalence Relations and Equivalence Classes

A reflexive, symmetric, transitive relation slices a set into disjoint equivalence classes that partition it; count the distinct classes, not the elements.

equivalence-relationequivalence-classpartitionreflexive-symmetric-transitive
مفهومریاضیات گسسته
Evaluating First-Order Formulas in a Structure

To decide if a first-order formula is true, plug the structure's domain and the interpretations of its predicate/function symbols into the formula, then evaluate atoms, connectives, and quantifiers over that domain.

first-order-logicstructure-interpretationsatisfactionsemantics
مفهومریاضیات گسسته
Counting Placements by Complementary Counting on a Grid

To count tile/object placements on a damaged or restricted board, count on the clean board and subtract the placements the obstruction kills: $\#\text{good}=\#\text{all}-\#\text{blocked}$.

complementary-countinggrid-placementtilingsliding-window
مفهومریاضیات گسسته
The Hypercube Graph Qn: Matchings and Hamiltonicity

The hypercube Qn connects n-bit strings (or subsets of an n-set) that differ in one bit; it is n-regular and bipartite, and for n >= 1 always has a perfect matching and a Hamiltonian cycle (n >= 2).

hypercubegraph-theoryperfect-matchinghamiltonian-cycle
مفهومریاضیات گسسته
Cartesian Product of an Indexed Family as Choice Functions

$\prod_{i\in I} X_i$ is the set of choice functions $f:I\to\bigcup_i X_i$ with $f(i)\in X_i$ — one element picked from each $X_i$.

cartesian-productindexed-familychoice-functionaxiom-of-choice
قضیهریاضیات گسسته
Knaster-Tarski Least Fixed Point of a Monotone Map

A monotone $F:P(A)\to P(A)$ has a least fixed point, equal to $\bigcap\{X : F(X)\subseteq X\}$ — the intersection of all its pre-fixed points.

knaster-tarskifixed-pointmonotone-functioncomplete-lattice
قضیهریاضیات گسسته
Perfect Matchings: Trees and Dirac-Type Degree Conditions

A tree has at most one perfect matching (uniqueness, via the acyclic symmetric-difference argument); and any graph on $2n$ vertices with minimum degree $\ge n$ has a perfect matching (existence, Dirac-type).

perfect-matchingmatchingtreesymmetric-difference
مفهومریاضیات گسسته
Periodicity of a Recurrence Modulo m (Pisano-Type)

A linear recurrence reduced mod $m$ depends only on a finite state of past residues, so its residue sequence is eventually **periodic** — find the period, then answer any far-out term with $n \bmod p$.

recurrence-relationsmodular-arithmeticperiodicitypisano-period
مفهومریاضیات گسسته
Restricted Injective Assignments via the Multiplication Principle

Count injective assignments (distinct objects to distinct slots) under forbidden pairings by placing the most-constrained slot first and multiplying the shrinking choice counts.

countingmultiplication-principleinjective-assignmentsystem-of-distinct-representatives
مفهومریاضیات گسسته
Stirling Numbers of the Second Kind (Set Partitions)

$S(n,k)$ counts the ways to split an $n$-set into exactly $k$ nonempty, unlabeled blocks; use the recurrence $S(n,k)=k\,S(n-1,k)+S(n-1,k-1)$ or direct case-by-size counting.

stirling-numbersset-partitionscombinatoricssurjections
مفهومساختمان داده
Heap Property vs. BST Property

A heap orders each node only against its *children* (vertical, partial); a BST orders each node against *whole subtrees* (horizontal, total) so an in-order walk is sorted — that gap forces an $\Omega(n\log n)$ comparison cost to turn a heap into a BST.

heapbinary-search-treeheap-propertybst-property
قضیهجبر خطی
Cayley–Hamilton Theorem and Computing the Inverse

Every square matrix satisfies its own characteristic polynomial; rearranging that polynomial expresses $A^{-1}$ as a cheap polynomial in $A$ — no cofactor matrix needed.

cayley-hamiltoncharacteristic-polynomialmatrix-inverseinvariants
مفهومجبر خطی
Determinant Behavior Under Row Operations (Multilinearity)

The determinant is linear in each row and alternating, so scaling a row scales it, swapping rows flips the sign, and any repeated row makes it zero — that is all you need to evaluate "transformed-matrix" determinant problems.

determinantrow-operationsmultilinearityalternating
قضیهجبر خطی
Trace and Determinant as Sums/Products of Eigenvalues

For any square matrix the trace equals the sum of the eigenvalues and the determinant equals their product — and these are exactly the constraints that pin down unknown eigenvalues on the exam.

eigenvaluestracedeterminantcharacteristic-polynomial
فرمولجبر خطی
Grassmann Dimension Formula for Subspaces

For two subspaces, $\dim(U+W)=\dim U+\dim W-\dim(U\cap W)$ — an inclusion–exclusion for dimensions that pins down (or bounds) the size of an intersection.

grassmann-formuladimension-formulasubspacesintersection
الگوریتمجبر خطی
Matrix of a Linear Operator Relative to a Basis

A linear map becomes a matrix once you fix a basis: its $j$-th column is the image of the $j$-th basis vector, written in that same basis's coordinates.

linear-operatormatrix-representationbasiscoordinate-vector
مفهومجبر خطی
Realification: Determinant of an R-linear Map on C

An R-linear map on C need not be C-linear; realify it as a 2x2 real matrix in the basis {1, i} and take that matrix's determinant.

realificationreal-linear-mapcomplex-planeconjugate
فرمولآمار و احتمال
Quartile (Bowley) Coefficient of Skewness

A robust, quartile-only measure of asymmetry: $\mathrm{Skew}_Q=\dfrac{Q_3+Q_1-2Q_2}{Q_3-Q_1}$, always in $[-1,1]$, with sign set by which half of the IQR the median sits in.

skewnessbowleyquartilesinterquartile-range
مفهومآمار و احتمال
Reliability of Series-Parallel Systems

Series blocks multiply reliabilities; parallel blocks multiply *unreliabilities*. Collapse the network inside-out, treating each block as one component.

reliabilityseries-parallelindependencecomplement-rule
قضیهآمار و احتمال
Group Decomposition of the Sum of Squared Deviations

When several groups are pooled, the total sum of squared deviations from the grand mean splits cleanly into a within-group part plus a between-group part — the discrete parallel-axis (ANOVA) identity.

sum-of-squaresvariance-decompositionwithin-betweenanova
الگوریتمنظریه زبان‌ها و ماشین‌ها
DFA product construction for intersection, union, and symmetric difference

Run two DFAs in lockstep on the same input — states are pairs ⟨q1,q2⟩ — then pick the accepting pairs to realize any Boolean combination: AND for ∩, OR for ∪, XOR for symmetric difference, AND-NOT for set difference.

finite-automatadfaproduct-constructionclosure-properties
الگوریتمنظریه زبان‌ها و ماشین‌ها
Converting a Finite Automaton to a Regular Expression (State Elimination / GNFA)

Rip out states one by one, rerouting their paths into edge labels, until only start and accept remain; what's left on that edge is the regular expression — Arden's rule does the same job algebraically.

regular-expressionsfinite-automatastate-eliminationgnfa
مفهومنظریه زبان‌ها و ماشین‌ها
Closure properties of regular languages (and what fails for infinite unions)

Regular languages are closed under every standard operation — union, intersection, complement, concatenation, star, reversal, homomorphism — but a countably infinite union of regular languages need not be regular.

regular-languagesclosure-propertiesunion-intersection-complementproduct-automaton
قضیهنظریه زبان‌ها و ماشین‌ها
Proving a Language Non-Regular via the Pumping Lemma

Every regular language has a pumping length p such that any long string splits as xyz with y pumpable; find one long string whose every legal split breaks membership, and the language cannot be regular.

pumping-lemmanon-regularregular-languagesproof-by-contradiction
مفهومطراحی الگوریتم
Formal Definition of Class P and Quantifier Order

P is the set of languages decided by ONE algorithm in ONE fixed polynomial time bound for ALL inputs — the order ∃A ∃c ∀x is what makes it polynomial.

complexityclass-ppolynomial-timequantifiers
مفهومطراحی الگوریتم
Counting Quicksort Comparisons on a Fixed-Size Array

On an array of size n, Quicksort's comparison count is a random quantity ranging from n*log n (best) to n(n-1)/2 (worst), determined entirely by how each pivot splits its subarray.

quicksortcomparison-countpartitionrecurrence
مفهومطراحی الگوریتم
Verifying a Binary-Search Probe Sequence in Linear Time

Checking whether a claimed list of probes is the exact sequence a binary search would make costs only Θ(n) — replay the deterministic search and compare, never re-sort or re-search.

binary-searchverificationdeterministic-replaylinear-time
قضیهریاضی عمومی
Leibniz Alternating Series Test and Conditional Convergence

An alternating series converges if its terms shrink monotonically to 0; combine with absolute convergence to label it absolutely, conditionally, or divergent.

alternating-seriesleibniz-testconditional-convergenceabsolute-convergence
قضیهریاضی عمومی
Comparison Test and Square-Summable Sequences

If a series' terms are eventually trapped between 0 and a constant multiple of a known convergent series, it converges too — the engine behind reasoning about square-summable sequences.

comparison-testlimit-comparisonseriessquare-summable
فرمولریاضی عمومی
Condition Number and Loss of Significant Digits in Linear Systems

The condition number measures how much a linear system amplifies input error, costing you about log10(kappa) reliable digits.

condition-numbersignificant-digitsnumerical-errorlinear-systems
قضیهریاضی عمومی
Divergence (Gauss) Theorem for Flux Through a Closed Surface

The outward flux of a vector field through a closed surface equals the triple integral of its divergence over the enclosed solid.

divergence-theoremgauss-theoremfluxsurface-integral
مفهومریاضی عمومی
Gradient: Direction and Rate of Steepest Ascent

At every point the gradient points toward the fastest increase, and its magnitude is exactly that maximum rate of change.

gradientdirectional-derivativesteepest-ascentmultivariable-calculus
مفهومریاضی عمومی
Area of a Hyperbolic Sector via the Parametrization (cosh t, sinh t)

The sector swept from the origin along the unit hyperbola $x=\cosh t,\,y=\sinh t$ has area exactly $t/2$ — the geometric meaning of the parameter.

hyperbolic-functionsparametric-areasector-areacosh-sinh
الگوریتمریاضی عمومی
Implicit Function Theorem: Partial Derivatives from a System of Equations

When a system implicitly defines several variables in terms of others, differentiate the equations in place and solve a small linear system (Jacobian) for the partials — no explicit formulas needed.

implicit-function-theoremjacobiansystem-of-equationspartial-derivatives
قضیهریاضی عمومی
A Monotone Function Has At Most Countably Many Discontinuities

A monotone function can only have jump discontinuities, and the set of those jumps is always at most countable — never an interval, never uncountable.

monotone-functiondiscontinuitiesfroda-theoremcountable
الگوریتمریاضی عمومی
Change of Variables in a PDE via the Multivariable Chain Rule

How to transform a second-order PDE under a linear change of variables: build the first-order operators from the chain rule, apply them twice to get the second derivatives, and substitute to simplify (e.g. the wave equation into canonical form).

pdechain-rulechange-of-variableswave-equation
مفهومریاضی عمومی
Maclaurin Coefficients of a Variable-Limit Integral via Term-by-Term Integration

To find [x^n] of an integral with a variable upper limit, expand the integrand as a power series, then bump each exponent up by one and divide: the x^n coefficient is c_{n-1}/n.

power-seriesmaclaurin-seriestaylor-seriesterm-by-term-integration
مفهومریاضی عمومی
Triple Integrals in Cylindrical Coordinates: Moment of Inertia

For a solid with rotational symmetry, switch to cylindrical coordinates ($dV=r\,dz\,dr\,d\theta$) and integrate $\rho\,r^{2}$ to get the moment of inertia $I_z$ about the axis.

moment-of-inertiatriple-integralcylindrical-coordinatessolid-of-revolution
مفهومریاضیات گسسته
Block Designs and the Fano Plane (2-(7,3) and Its Complement)

A 2-(v,k,λ) design is a family of k-subsets (blocks) of a v-set in which every pair of points lies in exactly λ blocks. Two counting identities fix r and b; the Fano plane is the 2-(7,3,1) design, and complementing its blocks gives the 2-(7,4,2) design.

block-designfano-planecombinatorial-design2-design
مفهومریاضیات گسسته
Interior, Closure, and Boundary: Duality Identities on the Real Line

Interior is the largest open set inside A, closure the smallest closed set containing A, and boundary what is left over; complementing swaps interior and closure via two duality identities.

topologyinteriorclosureboundary
قضیهریاضیات گسسته
Planar Graph Edge Bound (Euler's Formula, 3n−6)

Every simple planar graph on n ≥ 3 vertices has at most 3n−6 edges — a direct consequence of Euler's formula, and an instant non-planarity test.

planar-grapheuler-formulaedge-bound3n-6
مفهومریاضیات گسسته
Counting Under a Single Relative-Order Constraint via Symmetry

If a count cares only about the relative order of k special positions and otherwise treats all their orderings symmetrically, exactly 1/k! of the unconstrained configurations realize each fixed order.

combinatoricssymmetryrelative-ordermultiset-permutations
مفهومریاضیات گسسته
Building Sets from the ZF Axioms (Specification, Replacement, Union, Power Set)

Each ZF axiom is a license to form a new set from old ones; knowing which axiom does which job lets you justify every set-building step.

set-theoryzf-axiomsaxiom-of-specificationaxiom-of-replacement
مفهومساختمان داده
AVL Trees: Balance Factor and Rotations

An AVL tree keeps every node's left/right subtree heights within 1; after an insert or delete, a single or double rotation at the lowest unbalanced node restores the invariant in O(log n).

avl-treebalance-factorrotationsingle-rotation
مفهومجبر خطی
Coordinate Vector of a Vector Relative to a Basis

Given an ordered basis B of a vector space, every vector has a unique tuple of coordinates: the scalars in its expansion over B. Finding them means solving a linear system.

basiscoordinate-vectorchange-of-basisvector-spaces
مفهومجبر خطی
Solving Matrix Equations by Factoring and Cancelling an Invertible Factor

Factor out a common matrix power, then left- or right-multiply by its inverse to cancel it — only legal when that factor is invertible.

matrix-equationinvertible-matrixmatrix-inversefactoring
مفهومجبر خطی
Minimal vs. Characteristic Polynomial (Jordan Block Structure)

The minimal polynomial equals the characteristic polynomial exactly when each eigenvalue has a single Jordan block (one eigenvector apiece).

minimal-polynomialcharacteristic-polynomialjordan-formcayley-hamilton
فرمولآمار و احتمال
Hypergeometric Probability via Sequential Without-Replacement Draws

Sampling k items without replacement from a population of N with K special ones: count the favorable draws sequentially, or use the hypergeometric formula — both give the same answer.

hypergeometricwithout-replacementconditional-probabilitybinomial-coefficient
مفهومآمار و احتمال
Reading a Stem-and-Leaf Plot to Compute the Mean

A stem-and-leaf plot lists every data value as stem + leaf; rebuild the values, sum them, and divide by the count to get the mean.

stem-and-leaf-plotmeandescriptive-statisticsdata-summary
مفهومنظریه زبان‌ها و ماشین‌ها
Computational power of extended PDAs: two-stack PDA is Turing-equivalent

One stack = exactly the CFLs; TWO independent stacks = a full Turing machine. The number of stacks, not the fancy access rules, is what jumps you past context-free.

theory-of-computationpushdown-automatatwo-stack-pdaturing-equivalence