Convert to PDF Free by doPDF

doPDF is a free PDF creator/maker who creates PDF files. Once doPDF software is installed on your computer, it will allow you to convert any type of printable document to PDF files. doPDF7.3 installs itself as a virtual PDF printer driver so after a successful installation doPDF will appear as a printer in your Printers and Faxes list and also in the list of All Programs. You can convert any documents that can be printed on paper to PDF file formats such as DOC, DOCX, DJVU, XLS, XLSX, XPS, PPT, PPTX, DOT, EML, VSD, PUB, PUBX, MPP, WPD, OpenOffice, DWG, HTML, TXT, PNG, JPEG, GIF, TIFF, and many others. Using doPDF you can convert to PDF in two ways:

  1. Print to PDF via the virtual printer driver doPDF. Exactly done in the same manner as you print a document on a regular printer, just the result will be a PDF file (soft copy), not a printed piece of paper (hard copy).
  2. Using the doPDF Startup window. doPDF has an executable file that you can run to start a conversion wizard.

Print or Convert to PDF via the Virtual PDF Printer, doPDF

Open the document (such as Word, Excel, PowerPoint, WordPad, NotePad, or any printable document) you want to convert to PDF, choose Print, and select doPDF from the list of printers. You will be asked where to save the PDF file and when finished, the PDF will be automatically opened with your default PDF reader. Screenshot below shows how easy it is to create a PDF file from Microsoft Word:

Convert to PDF Free by doPDF

R Programming Language and Frequently Asked Questions

Online multiple choice questions Quiz website

RecordCast: Record Screen with a Single Click

Statistics Help, itfeature.com

Convert PDFs to Excel

In today’s times of mobility and multiple devices, users are no longer obligated to work on just one computer in one location. Multiple computers are often being used at home, and the office, and even when those are not near a laptop is another option. That is why desktop software is losing its popularity and slowly being replaced by online tools. Now such tools exist that can convert PDFs to Excel file format.

One such online tool that is great for people who work in the business or education sector is https://www.pdftoexcel.org. One can use this online tool to convert PDFs to Excel files.

Convert PDFs to Excel

Convert PDFs to Excel Free Online Tool

Pdftoexcel.org offers users the ability to convert PDFs to the Excel (XLS file) format for free. Transferring data from PDF tables manually into Excel for further use and calculation is a pretty tiresome job. But with this tool, it can be done in a matter of minutes. The quality of the service is in line with most commercial products since it supports even scanned PDFs. Additionally, there are no usage limits and data privacy is maximally respected.

To use this tool, all you need to do is click on the Browse button, which will allow you to locate the PDF on your computer that you want to convert and upload it to the site. The next step requires entering an email address and clicking on Send.

After a couple of minutes (the conversion speed depends on the file complexity and the number of users currently using the tool) an email will be sent to the address that you submitted, where a link for downloading the newly created Excel table will be waiting for you. That link will be available for 24 hours and after that, it will be permanently deleted from the server.

Download converted Excel file

Per the website’s privacy policy, your file security is maximally respected, and all data including your original and converted file, as well as your email address, will be deleted from the server permanently. That is all about convert PDFs to Excel file format.

See About dopdf: Convert any file to PDF

https://gmstat.com

https://rfaqs.com

EigenValues and EigenVectors (2020)

Introduction to Eigen Values and Eigen Vectors

Eigenvalues and eigenvectors of matrices are needed for some of the methods such as Principal Component Analysis (PCA), Principal Component Regression (PCR), and assessment of the input of collinearity.

Eigenvalues and Eigenvectors

For a real, symmetric matrix $A_{ntimes n}$ there exists a set of $n$ scalars $lambda_i$, and $n$ non-zero vectors $Z_i,,(i=1,2,cdots,n)$ such that

begin{align*}
AZ_i &=lambda_i,Z_i\
AZ_i – lambda_i, Z_i &=0\
Rightarrow (A-lambda_i ,I)Z_i &=0
end{align*}

The $lambda_i$ are the $n$ eigenvalues (characteristic roots or latent root) of the matrix $A$ and the $Z_i$ are the corresponding (column) eigenvectors (characteristic vectors or latent vectors).

There are non-zero solutions to $(A-lambda_i,I)=0$ only if the matrix ($A-lambda_i,I$) is less than full rank (only if the determinant of $(A-lambda_i,I)$ is zero). $lambda_i$ are obtained by solving the general determinantal equation $|A-lambda,I|=0$.

The determinant of $(A-lambda,I)$ is an $n$th degree polynomial in $lambda$. Solving this equation gives the $n$ values of $lambda$, which are not necessarily distinct. Each value of $lambda$ is used in equation $(A-lambda_i,I)Z_i=0$ to find the companion eigenvectors $Z_i$.

When the eigenvalues are distinct, the vector solution to $(A-lambda_i,I)Z_i=0$ is unique except for an arbitrary scale factor and sign. By convention, each eigenvector is defined to be the solution vector scaled to have unit length; that is, $Z_i’Z_i=1$. Furthermore, the eigenvectors are mutually orthogonal; ($Z_i’Z_i=0$ when $ine j$).

When the eigenvalues are not distinct, there is an additional degree of arbitrariness in defining the subsets of vectors corresponding to each subset of non-distinct eigenvalues.

Eigen Values and Eigen Vectors Examples

Example: Let the matrix $A=begin{bmatrix}10&3\3 & 8end{bmatrix}$.

The eigenvalues of $A$ can be found by $|A-lambda,I|=0$. Therefore,

begin{align*}
|A-lambda, I|&=Big|begin{matrix}10-lambda & 3\ 3& 8-lambdaend{matrix}Big|\
Rightarrow (10-lambda)(8-lambda)-9 &= lambda^2 -18lambda+71 =0
end{align*}

By Quadratic formula, $lambda_1 = 12.16228$ and $lambda_2=5.83772$, arbitrarily ordered from largest to smallest. Thus the matrix of eigenvalues of $A$ is

$$L=begin{bmatrix}12.16228 & 0 \ 0 & 5.83772end{bmatrix}$$

The eigenvectors corresponding to $lambda_1=12.16228$ are obtained by solving

$(A-lambda_2,I)Z_i=0$ for the element of $Z_i$;

begin{align*}
(A-12.16228I)begin{bmatrix}Z_{11}\Z_{21}end{bmatrix} &=0\
left(begin{bmatrix}10&3\3&8end{bmatrix}-begin{bmatrix}12.162281&0\0&12.162281end{bmatrix}right)begin{bmatrix}Z_{11}\Z_{21}end{bmatrix}&=0\
begin{bmatrix}-2.162276 & 3\ 3 & -4.162276end{bmatrix}begin{bmatrix}Z_{11}\Z_{21}end{bmatrix}&=0
end{align*}

Arbitrary setting $Z_{11}=1$ and solving for $Z_{11}$, using first equation gives $Z_{21}=0.720759$. Thus the vector $Z_1’=begin{bmatrix}1 & 0.72759end{bmatrix}$ statisfy first equation.

$Length(Z_1)=sqrt{Z_1’Z_1}=sqrt{1.5194935}=1.232677$, where $Z’=0.999997$.

begin{align*}
Z_1 &=begin{bmatrix} 0.81124&0.58471end{bmatrix}\
Z_2 &=begin{bmatrix}-0.58471&0.81124end{bmatrix}
end{align*}

The elements of $Z_2$ are found in the same manner. Thus the matrix of eigenvectors for $A$ is

$$Z=begin{bmatrix}0.81124 &-0.58471\0.8471&0.81124end{bmatrix}$$

Note that matrix $A$ is of rank two because both eigenvalues are non-zero. The decomposition of $A$ into two orthogonal matrices each of rank one.

begin{align*}
A &=A_1+A_2\
A_1 &=lambda_1Z_1Z_1′ = 12.16228 begin{bmatrix}0.81124\0.58471end{bmatrix}begin{bmatrix}0.81124 & 0.58471end{bmatrix}\
&= begin{bmatrix}8.0042 & 5.7691\ 5.7691&4.1581end{bmatrix}\
A_2 &= lambda_2Z_2Z_2′ = begin{bmatrix}1.9958 & -2.7691\-2.7691&3.8419end{bmatrix}
end{align*}

EigenValues and EigenVectors (2020)

Thus the sum of eigenvalues $lambda_1+lambda_2=18$ is $trace(A)$. Thus the sum of the eigenvalues for any square symmetric matrix is equal to the trace of the matrix. The trace of each of the component rank $-1$ matrix is equal to its eigenvalue. $trace(A_1)=lambda_1$ and $trace(A_2)=lambda_2$.

In summary, understanding eigenvalues and eigenvectors is essential for various mathematical and scientific applications. They provide valuable tools for analyzing linear transformations, solving systems of equations, and understanding complex systems in various fields.

itfeature.com

Computer MCQs Test Online

R and Data Analysis