About 1,150,000 results
Open links in new tab
  1. geometry - Finding the maximum number of $70\times 30$ tiles …

    A tile can be placed in any orientation so long as its edges are parallel to the edges of the floor. No tile should overshoot any edge of the floor.What is the maximum number of tiles that can …

  2. Alignment of entries in matrix - TeX - LaTeX Stack Exchange

    The second problem (mentioned in the comments) about centering the 0 within the parenthesis requires a bit more crafting in terms of where \phantom spaces are introduced and how large …

  3. Pgfplots jump mark error when plotting a floor function - TeX

    Added: I've noticed that the floor() function is superfluous in this case - the jump mark left option works just like a floor function, which produces the correct graph.

  4. How to increase the space between text and a table?

    Adding a \bigskip before \\ on your first line may be what you want. Alternatively you can use \vspace{2cm} if you want to precisely choose how much space should be in between. Yet …

  5. numerical methods - How do you mathematically round a number ...

    What do you mean by “a more mathematical approach (rather than using a defined floor/ceil function)”? I don't see how having predefined modulo is more mathematical than having …

  6. Newest 'ceiling-and-floor-functions' Questions

    Mar 1, 2020 · This tag is for questions involving the greatest integer function (or the floor function) and the least integer function (or the ceiling function).

  7. algorithms - Showing that celling lg (n+1) = floor [lg n]+1 ...

    Showing that celling lg (n+1) = floor [lg n]+1 Ask Question Asked 12 years, 2 months ago Modified 12 years, 2 months ago

  8. How to write ceil and floor in latex? - LaTeX Stack Exchange

    Jun 8, 2013 · Is there a macro in latex to write ceil(x) and floor(x) in short form? The long form \\left \\lceil{x}\\right \\rceil is a bit lengthy to type every time it is used.

  9. math mode - Absolute Value Symbols - TeX - LaTeX Stack Exchange

    What is the "best LaTeX practices" for writing absolute value symbols? Are there any packages which provide good methods? Some options include |x| and \\mid x \\mid, but I'm not sure …

  10. Define and use new colors for \rowcolor (Colortbl) - TeX

    That's why I said \rowcolor{maroon}. The optional argument of \color (or \rowcolor) is a color model and if used then the mandatory argumnet takes a color syntax in that model so the …