<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What]]></title><description><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Glossary_of_mathematical_symbols" rel="nofollow">Wikipedia Glossary of Mathematical Symbols</a></p>
<p>What does ||x|| mean in math? (What does two vertical bars on either side of a mathematical expression mean?)</p>
<pre><code>∥x∥ is the norm of x (i.e. the length of the vector x)
</code></pre>
<p>What is the mathematical symbol that looks like a capital V with a line through it:</p>
<pre><code>∀ Denotes universal quantification and is read &quot;for all&quot;. If E is a logical predicate, ∀xE means that E is true for all possible values of the variable x
</code></pre>
<p>What is the mathematical cymbol that looks like an arrow made from an equals sign and a 'greater than' sign:</p>
<pre><code>⇒  Denotes material conditional, and is read as &quot;implies&quot;. If P and Q are logical predicates,P⇒ Q means that if P is true, then Q is also true. It is often used improperly in plain text as an abbreviation of &quot;implies&quot;.
</code></pre>
<p>What is the mathematical symbol that looks like a back to fron capital E?:</p>
<pre><code>∈ Denotes set membership, and is read &quot;in&quot; or &quot;belongs to&quot;. That is, x ∈ S means that x is an element of the set S</code></pre>
]]></description><link>https://links.sharezomics.com/topic/123/what</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:51:56 GMT</lastBuildDate><atom:link href="https://links.sharezomics.com/topic/123.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jul 2020 12:51:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What on Tue, 02 Feb 2021 05:04:18 GMT]]></title><description><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Glossary_of_mathematical_symbols" rel="nofollow">Wikipedia Glossary of Mathematical Symbols</a></p>
<p>What does ||x|| mean in math? (What does two vertical bars on either side of a mathematical expression mean?)</p>
<pre><code>∥x∥ is the norm of x (i.e. the length of the vector x)
</code></pre>
<p>What is the mathematical symbol that looks like a capital V with a line through it:</p>
<pre><code>∀ Denotes universal quantification and is read &quot;for all&quot;. If E is a logical predicate, ∀xE means that E is true for all possible values of the variable x
</code></pre>
<p>What is the mathematical cymbol that looks like an arrow made from an equals sign and a 'greater than' sign:</p>
<pre><code>⇒  Denotes material conditional, and is read as &quot;implies&quot;. If P and Q are logical predicates,P⇒ Q means that if P is true, then Q is also true. It is often used improperly in plain text as an abbreviation of &quot;implies&quot;.
</code></pre>
<p>What is the mathematical symbol that looks like a back to fron capital E?:</p>
<pre><code>∈ Denotes set membership, and is read &quot;in&quot; or &quot;belongs to&quot;. That is, x ∈ S means that x is an element of the set S</code></pre>
]]></description><link>https://links.sharezomics.com/post/455</link><guid isPermaLink="true">https://links.sharezomics.com/post/455</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Tue, 02 Feb 2021 05:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to What on Tue, 02 Feb 2021 03:41:12 GMT]]></title><description><![CDATA[<p>What is short selling?</p>
<ol>
<li>Borrow stock from someone for an agreed amount of time and a set fee.</li>
<li>Sell borrowed stock to someone else (preferably at high price)</li>
<li>Buy the same type of stock from someone (preferably at low price) to repay initial lender within the initially agreed amount of time.</li>
</ol>
]]></description><link>https://links.sharezomics.com/post/481</link><guid isPermaLink="true">https://links.sharezomics.com/post/481</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Tue, 02 Feb 2021 03:41:12 GMT</pubDate></item><item><title><![CDATA[Reply to What on Thu, 18 Feb 2021 06:45:02 GMT]]></title><description><![CDATA[<p>%(#ffffff)[What is the complete list of Python regular expression metacharacters?]</p>
<pre><code>     . ^ $ * + ? { } [ ] \ | (
</code></pre>
]]></description><link>https://links.sharezomics.com/post/485</link><guid isPermaLink="true">https://links.sharezomics.com/post/485</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Thu, 18 Feb 2021 06:45:02 GMT</pubDate></item><item><title><![CDATA[Reply to What on Thu, 02 Dec 2021 04:23:12 GMT]]></title><description><![CDATA[<p>What does strata insurance cover in the case of water damage?<br />
Strata insurers will cover the cost to repair water damage to insured property but generally exclude repairs cost related to finding and fixing the leak, as it is generally considered the owners responsibility to maintain their property and such repairs relate to general maintenance or wear and tear</p>
]]></description><link>https://links.sharezomics.com/post/529</link><guid isPermaLink="true">https://links.sharezomics.com/post/529</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Thu, 02 Dec 2021 04:23:12 GMT</pubDate></item><item><title><![CDATA[Reply to What on Sat, 29 Oct 2022 19:52:37 GMT]]></title><description><![CDATA[<p>What is the cause of the error &quot;Unknown method invocation <code>checkWarn</code> on TaskProcessor type&quot; in NextFlow</p>
<ul>
<li>This happens if you use a set command in an input channel but there is only one value.</li>
</ul>
<pre><code>	input:
		set val(f) from f_ch
</code></pre>
<p>The solution is to remove the set command:</p>
<pre><code>	input:
		val(f) from f_ch
</code></pre>
]]></description><link>https://links.sharezomics.com/post/577</link><guid isPermaLink="true">https://links.sharezomics.com/post/577</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Sat, 29 Oct 2022 19:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to What on Thu, 02 Nov 2023 04:55:29 GMT]]></title><description><![CDATA[<p>What is the cause of the following error when trying to run a NextFlow script:</p>
<pre><code>illegal string body character after dollar sign;
   solution: either escape a literal dollar sign &quot;\$5&quot; or bracket the value expression &quot;${5}&quot; @ line 3170, column 43.
</code></pre>
<p>This error occurs when you forget to escape a $ sign in a script block.</p>
]]></description><link>https://links.sharezomics.com/post/600</link><guid isPermaLink="true">https://links.sharezomics.com/post/600</guid><dc:creator><![CDATA[Matt]]></dc:creator><pubDate>Thu, 02 Nov 2023 04:55:29 GMT</pubDate></item></channel></rss>