satoshihada.wordpress.com Open in urlscan Pro
192.0.78.12  Public Scan

URL: https://satoshihada.wordpress.com/
Submission: On September 19 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET https://satoshihada.wordpress.com/

<form role="search" method="get" id="searchform" class="searchform" action="https://satoshihada.wordpress.com/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

POST https://subscribe.wordpress.com

<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
  <div>
    <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address">
  </div>
  <input type="hidden" name="action" value="subscribe">
  <input type="hidden" name="blog_id" value="21675109">
  <input type="hidden" name="source" value="https://satoshihada.wordpress.com/">
  <input type="hidden" name="sub-type" value="actionbar-follow">
  <input type="hidden" id="_wpnonce" name="_wpnonce" value="31f9309473">
  <div class="actnbr-button-wrap">
    <button type="submit" value="Sign me up"> Sign me up </button>
  </div>
</form>

<form id="jp-carousel-comment-form">
  <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
  <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
  <div id="jp-carousel-comment-form-submit-and-info-wrapper">
    <div id="jp-carousel-comment-form-commenting-as">
      <fieldset>
        <label for="jp-carousel-comment-form-email-field">Email (Required)</label>
        <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-author-field">Name (Required)</label>
        <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
      </fieldset>
      <fieldset>
        <label for="jp-carousel-comment-form-url-field">Website</label>
        <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
      </fieldset>
    </div>
    <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
  </div>
</form>

POST

<form method="post">
  <input type="submit" value="Close and accept" class="accept"> Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies/" rel="nofollow">
			Cookie Policy		</a>
</form>

Text Content

SATOSHI HADA


Skip to content
 * Home
 * About
 * Complexity Zoo for iPad
 * Lecture Slides
 * Publications

← Older posts



AN ALTERNATIVE OF COMPLEXITY ZOO FOR IPAD

Posted on September 19, 2024 by satoshihada

More than 10 years ago, I developed and published an iOS viewer for Complexity
Zoo, but I found it difficult to maintain it due to the frequent version updates
of iOS. What the viewer does is to download the HTML content from Complexity
Zoo, analyze the hyperlinks, and transform it into a set of static HTML files.
Although it’s too late, I have just published the generated files on GitHub
(https://satoshihada.github.io/complexity-zoo/). I admit I should have done
earlier.



Advertisements
Powered by wordads.co
We've received your report.

Thanks for your feedback!
Seen too often
Not relevant
Offensive
Broken
Report this ad
Posted in Complexity Zoo, iPad, iPhone | Leave a comment


LINEAR ALGEBRA TEXTBOOKS

Posted on May 7, 2022 by satoshihada

Two years ago, I started to self-study quantum computing so that I can explain
Shor’s factoring algorithm to some extent, and I realized that I should relearn
linear algebra. Since then, I have been reading several popular textbooks, and
hare are my recommendations.

Quantum algorithms are often written in terms of abstract vectors (Dirac
notations) rather than matrices/column vectors, and so we need to learn an
abstract view of linear algebra. I would recommend that you read the textbooks
below in the following three steps: (1) Basic, (2) Intermediate, and (3)
Advanced.


(1) BASIC

These well-known textbooks have focus on matrices rather than linear
transformations. Matrices are visible objects, and so either will be a good
start to get used to matrix operations and concepts like eigenvalues/vectors and
diagonalization. However, I don’t think they are good enough for learning
quantum algorithms. In particular, it was difficult for me to understand the
relationship between linear transformations and matrices.

Linear Algebra and Its Applications by David Lay, Steven Lay, Judi McDonald

Introduction to Linear Algebra by Gilbert Strang


(2) INTERMEDIATE

This textbook has more focus on linear transformations than the above basic
books. As the authors note in the preface, it emphasizes the symbiotic
relationship between linear transformations and matrices. Actually, it is very
well-written (See Chapter 2). I believe that this book can serve as a bridge to
more advanced textbooks, which have more focus on abstract vector spaces and
linear transformations.

Linear Algebra by Stephen Friedberg, Arnold Insel, Lawrence Spence


(3) ADVANCED

These are textbooks on abstract vector spaces and linear transformations, and
you will be ready for learning quantum algorithms.

Linear Algebra Done Right by Sheldon Axler

Linear Algebra by Kunze Hoffman

Finite-Dimensional Vector Spaces by Paul R. Halmos


Posted in Uncategorized | Tagged Linear algebra | Leave a comment


COMPLEXITY ZOO FOR IPAD 1.3.0

Posted on January 17, 2014 by satoshihada

Version 1.3.0 is available in the AppStore. Now, complexity garden and glossary
are added as offline contents.

In Version 1.2.6, a complexity ranking page was added. You can view it by
tapping the icon image on the Info dialog.

Since Version 1.2.9, you can change the font size.



Posted in Complexity Zoo, iPad, iPhone | Leave a comment


COMPLEXITY ZOO FOR IPAD 1.2.5

Posted on July 7, 2013 by satoshihada

My wife bought an iPhone 5 and so finally I was able to test and update it for
iPhone 5.

Posted in Complexity Zoo, iPad, iPhone | Leave a comment


COMPLEXITY ZOO FOR IPAD 1.2.4

Posted on December 22, 2012 by satoshihada

Another update for server location changes. It uses a configuration file to
identify the server URL and related parameters.

Posted in Complexity Zoo, iPad, iPhone | Leave a comment


COMPLEXITY ZOO FOR IPAD 1.2.3

Posted on December 9, 2012 by satoshihada

Due to the server location change, I needed to update the app code. I believe
that the problem was fixed in the new version 1.2.3.

Posted in Complexity Zoo, iPad, iPhone | Leave a comment


KINDLE LAUNCH IN JAPAN

Posted on February 25, 2012 by satoshihada

According to Nikkei, Amazon is going to launch Kindle here in Japan. In Japan,
we mean by Amazon Amazon.co.jp rather than Amazon.com. Actually, I do have two
Amazon accounts, one is for .com and the other is for .co.jp. The question is
which will provide the upcoming Kindle service in Japan. I guess it’s the
latter. The next question is whether I can use my Kindle DX (registered with my
.com account) to buy and read Kindle books from .co.jp. Anyway, I hope I can
consolidate the two accounts into a single one someday.

Posted in Kindle | Leave a comment


COMPLEXITY ZOO FOR IPAD 1.2

Posted on January 24, 2012 by satoshihada

Added a simple search function. You can search the entire zoo (Symbols, A, B,…,
Z) for a keyword.



 

 





Posted in Complexity Zoo, iPad, iPhone | Leave a comment


KINDLE DX VS IPAD

Posted on December 30, 2011 by satoshihada

I got Kindle DX and then iPad last year. Since I got my iPad, I had no
opportunity to use my Kindle DX. This is because iPad is good enough for reading
Kindle books. Last week I started to read “Steve Jobs (Kindle edition)” on my
iPad. It’s my holiday reading. Unfortunately, my 3-year-old always tries to
snatch it from me. Kindle DX can solve the problem because he does not care
about it. I will take this opportunity to look for an advantage of Kindle DX
over iPad.

Posted in Family, iPad, Kindle | Leave a comment


GOOGLE SCHOLAR CITATIONS

Posted on November 19, 2011 by satoshihada

Google Scholar Citations works great!

My profile is http://scholar.google.com/citations?user=z1RvaHsAAAAJ

Posted in Work | Leave a comment
← Older posts

 * Search for:


 * RECENT POSTS
   
   * An alternative of Complexity Zoo for iPad
   * Linear algebra textbooks
   * Complexity Zoo for iPad 1.3.0
   * Complexity Zoo for iPad 1.2.5
   * Complexity Zoo for iPad 1.2.4


 * RECENT COMMENTS
   
   satoshihada on New BagElise on New Bag


 * ARCHIVES
   
   * September 2024
   * May 2022
   * January 2014
   * July 2013
   * December 2012
   * February 2012
   * January 2012
   * December 2011
   * November 2011
   * October 2011
   * September 2011
   * August 2011
   * July 2011
   * June 2011
   * May 2011
   * April 2011


 * CATEGORIES
   
   * Complexity Zoo
   * Family
   * Flipboard
   * iPad
   * iPhone
   * Kindle
   * Life
   * ThinkPad
   * Uncategorized
   * Work


 * META
   
   * Register
   * Log in
   * Entries feed
   * Comments feed
   * WordPress.com
   
   

Satoshi Hada
Blog at WordPress.com.

Satoshi Hada
Blog at WordPress.com.
 * Subscribe Subscribed
    * Satoshi Hada
      
      Sign me up
    * Already have a WordPress.com account? Log in now.

 *  * Satoshi Hada
    * Customize
    * Subscribe Subscribed
    * Sign up
    * Log in
    * Report this content
    * View site in Reader
    * Manage subscriptions
    * Collapse this bar

 

Loading Comments...

 

Write a Comment...
Email (Required) Name (Required) Website

Privacy & Cookies: This site uses cookies. By continuing to use this website,
you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Design a site like this with WordPress.com
Get started
Advertisements
Powered by wordads.co
We've received your report.

Thanks for your feedback!
Seen too often
Not relevant
Offensive
Broken
Report this ad