Skip to main content

All Questions

Tagged with
3 votes
2 answers
253 views

How to make bigger a matrix inside a chain of equations?

let us consider my code: \documentclass[11pt,oneside]{book} \usepackage[intlimits]{amsmath} \usepackage{amsfonts} \usepackage{amsbsy} \usepackage{fixmath} \usepackage{mathtools} \usepackage{empheq} \...
g_don's user avatar
  • 809
7 votes
4 answers
2k views

How to change space between columns in matrix

Im trying to write 2 matrices in Jupyter Notebook Markdown but I can't figure out how to make the 2 matrices to have the same size. I don't know if I can change the whole size or reduce the space ...
aarribas12's user avatar
1 vote
1 answer
60 views

Why is the vertical size of these matrices different?

I'm having some problems with the vertical size of these two matrices, as shown with the following MWE code: \documentclass[11pt,letterpaper,twoside]{book} \usepackage[T1]{fontenc} \usepackage{lmodern}...
Cham's user avatar
  • 2,328
3 votes
3 answers
205 views

how to make a matrix small

how I can make this matrix small? \[ G=\dfrac{1}{k(c_{k}^{2}+...+c^{2}_{n-1})+1} \begin{bmatrix} 2(c_{k}^{2}+...+c^{2}_{n-1})+1 & -c_{k}^{2}-...-c^{2}_{n-1}& -c_{k}^{2}-...-c^{2}_{n-1}&.....
user9272398's user avatar
3 votes
3 answers
2k views

How can I reduce the size of matrix?

How can I reduce the size of below matrix? (i.e. this matrix is wide, i want to reduce the distance of entries.) \documentclass{article} \usepackage{mathtools} \usepackage{blkarray, bigstrut} % \...
Hossein Khayam's user avatar
4 votes
3 answers
1k views

Initiating a 16x16-matrix in a readable way

I am trying to initiate a 16x16-matrix in a readable way. It's the adjacency-matrix of a graph, so it is filled with 1's and 0's, and I leave out the 0's to make it more clear. My problem: Initiating ...
user153906's user avatar
12 votes
5 answers
2k views

Subtracting matrices of the same dimension, how to make them align?

This question has been burning inside of my soul for a while now Sometimes I would like to subtract two matrices of the exact same dimension, but since they differ in content ever so slightly, ...
Fraïssé's user avatar
  • 3,179