Skip to content

Commit 2b84e8b

Browse files
committed
docs: update blog 7.29
1 parent e44c018 commit 2b84e8b

File tree

4 files changed

+1335
-1327
lines changed

4 files changed

+1335
-1327
lines changed

pages/blog/essential-guide-column-vectors.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ Column vectors are foundational elements in linear algebra, playing a crucial ro
2020

2121
### What is a Column Vector?
2222

23-
A column vector, denoted as \(\begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{bmatrix}\), consists of elements arranged in a vertical format. The elements can be integers, real numbers, or complex numbers. The primary distinction between column vectors and other vector types, such as row vectors, lies in their orientation: column vectors are vertical, while row vectors are horizontal.
23+
A **column vector**, denoted as:
24+
25+
x1, x2, ... xn.
26+
27+
It consists of elements arranged in a vertical format. The elements can be integers, real numbers, or complex numbers.
28+
29+
The primary distinction between column vectors and other vector types, such as **row vectors**, lies in their orientation: column vectors are vertical, while row vectors are horizontal.
2430

2531
### Defining Properties and Characteristics of Column Vectors
2632

@@ -32,7 +38,7 @@ Column vectors possess several key characteristics:
3238

3339
### Difference Between Column Vectors and Row Vectors
3440

35-
The fundamental difference between column vectors and row vectors lies in their arrangement. A row vector is expressed as \(\begin{bmatrix} x_1 & x_2 & \cdots & x_n \end{bmatrix}\), whereas a column vector is structured vertically. This distinction impacts various mathematical operations, such as dot product and matrix multiplication, which are defined differently for row and column vectors.
41+
The fundamental difference between column vectors and row vectors lies in their arrangement. This distinction impacts various mathematical operations, such as dot product and matrix multiplication, which are defined differently for row and column vectors.
3642

3743
## Mathematical Operations with Column Vectors
3844

pages/blog/essential-vectors-data-field.mdx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ A vector is a mathematical object characterized by both magnitude and direction.
2626
- **Row Vectors**: A matrix with a single row.
2727
- **Zero Vectors**: A vector with all components equal to zero.
2828

29-
The mathematical properties of vectors, such as addition, subtraction, and scalar multiplication, are foundational for numerous data manipulation techniques. For instance, if we have two vectors \( \mathbf{A} \) and \( \mathbf{B} \):
30-
31-
\[
32-
\mathbf{A} = \begin{bmatrix} a_1 \\ a_2 \\ a_3 \end{bmatrix}, \quad \mathbf{B} = \begin{bmatrix} b_1 \\ b_2 \\ b_3 \end{bmatrix}
33-
\]
34-
35-
The sum of vectors \( \mathbf{A} \) and \( \mathbf{B} \) is calculated as follows:
36-
37-
\[
38-
\mathbf{A} + \mathbf{B} = \begin{bmatrix} a_1 + b_1 \\ a_2 + b_2 \\ a_3 + b_3 \end{bmatrix}
39-
\]
29+
The mathematical properties of vectors, such as addition, subtraction, and scalar multiplication, are foundational for numerous data manipulation techniques.
4030

4131
### Importance of Vectors in Data Analysis
4232

@@ -51,11 +41,7 @@ In machine learning, vectors serve as the backbone for feature representation an
5141

5242
#### Feature Representation and Model Input
5343

54-
When training machine learning models, data must be transformed into a numerical format. This transformation typically involves representing features as vectors. For example, consider a dataset of houses with features like square footage, number of bedrooms, and age. Each house can be represented as a vector:
55-
56-
\[
57-
\mathbf{X} = \begin{bmatrix} \text{Square Footage} \\ \text{Bedrooms} \\ \text{Age} \end{bmatrix}
58-
\]
44+
When training machine learning models, data must be transformed into a numerical format. This transformation typically involves representing features as vectors. For example, consider a dataset of houses with features like square footage, number of bedrooms, and age.
5945

6046
By representing features as vectors, machine learning algorithms can efficiently process and analyze the data.
6147

@@ -128,13 +114,7 @@ Predictive analytics relies heavily on vectors to build and analyze models. Let'
128114

129115
#### Building Predictive Models with Vectors
130116

131-
In predictive modeling, vectors represent input features, while the output is often a scalar or another vector. For instance, in a linear regression model, the prediction can be expressed as:
132-
133-
\[
134-
\mathbf{y} = \mathbf{X} \cdot \mathbf{w} + b
135-
\]
136-
137-
Where \( \mathbf{y} \) is the output vector, \( \mathbf{X} \) is the feature vector, \( \mathbf{w} \) represents weights, and \( b \) is the bias.
117+
In predictive modeling, vectors represent input features, while the output is often a scalar or another vector.
138118

139119
#### Vectors in Time Series Analysis
140120

pages/blog/how-to-remove-table-formatting-in-excel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to Effectively Remove Table Formatting in Excel"
33
description: "Discover how to remove table formatting in Excel with our step-by-step guide, simplifying your data manipulation and enhancing performance. Learn effective manual and automated methods, including using VBA and Chat2DB, to streamline your data management tasks effortlessly."
4-
image: ""
4+
image: "https://i.ibb.co/Psdcd4ZC/9b47eb705337.jpg"
55
category: "Guide"
66
date: July 29, 2025
77
---

0 commit comments

Comments
 (0)