Search found 5 matches

by yakeyglee
Fri Nov 11, 2011 7:54 am
Forum: Math & Science
Topic: Crossing out entire Rows or Columns in Matrices
Replies: 1
Views: 2456

Crossing out entire Rows or Columns in Matrices

What's a good solution if I'm looking to cross out an entire row or column in a matrix or array environment? I'm trying to better visually describe the process of expansion by minors to calculate a determinant, which involves "deleting" entire rows and columns of a matrix. Thank you in advance!
by yakeyglee
Mon Oct 31, 2011 6:07 pm
Forum: Math & Science
Topic: Integral style limits on user-defined commands?
Replies: 2
Views: 3350

Integral style limits on user-defined commands?

I remember a slightly different notation for the line integral [1]. With your notation you could run into trouble when it comes to calculating the line integral for a closed curve.

However, the command definition is the important part here. That is to say the sequence of the stuff you put in. The ...
by yakeyglee
Fri Oct 28, 2011 10:22 pm
Forum: Math & Science
Topic: Integral style limits on user-defined commands?
Replies: 2
Views: 3350

Integral style limits on user-defined commands?

Hey guys,

I just recently defined the following command called \Cint which features an integral sign with a C overlayed (I want to convey a line integral over curve C).

\newcommand{\Cint}{\mathrlap \int \hspace{1.1px} C \ }

Unfortunately, when I try to put limits on the integral, I find that it ...
by yakeyglee
Sat Oct 08, 2011 1:00 am
Forum: Text Formatting
Topic: Integrals in arrays
Replies: 3
Views: 3369

Integrals in arrays

Stefan_K wrote:Hi,

you could use the command \displaystyle before the integral.

Stefan
I've tried that, but unfortunately TexMaker gives me a "Bad math environment delimiter." error D:
by yakeyglee
Fri Oct 07, 2011 11:37 pm
Forum: Text Formatting
Topic: Integrals in arrays
Replies: 3
Views: 3369

Integrals in arrays

If I am making an array in LaTeX, and I want to put integrals as entries in the array, the output I get is the inline math height integrals. What code do I need to add so that the integrals come out full displaymath height? Thanks!! :D