How to plot Clebsch surface with those 27 lines?
Create a regular polygon with n vertices given two points
How to replace selected elements of a list of rules with another unbalanced list of rules
Symbolic comparison of integrals
How to combine two directed graphs with different edge colors
Creating a random symmetric matrix with a particular rank
Prove linearity of integration
How to plot Clebsch surface with those 27 lines? https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279405
I can get its Algebraic Equation by this code: ... [plotting]
asked by yode https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=21532 Score of
8 answered by kirma https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=3056
Score of 8 Create a regular polygon with n vertices given two points https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279238
I want to create a regular polygon from the initial two points $A$, $B$ and number of vertices $n$, regularPolygon[{0, 0}, {1, 0}, 3] gives ... [geometry] [iteration] [polygons]
asked by expression https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=7339 Score
of 8 answered by cvgmt https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=72111
Score of 11 How to replace selected elements of a list of rules with another unbalanced list of rules
https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279364
I have two lists of rules: ... [list-manipulation] [replacement] [code-request]
asked by Tugrul Temel https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=60365
Score of 8 answered by kglr https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=125
Score of 9 Symbolic comparison of integrals https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279395
I'd like to prove algorithmically the fact that the integral of $e^{-x^2 - y^2}$ evaluated over a circular disk, ${\cal D}$, is greater than over a square, ${\cal S}$, of the same area regardless of ... [calculus-and-analysis]
asked by David G. Stork https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=9735
Score of 7 How to combine two directed graphs with different edge colors https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279198
Given the following directed graphs: ClearAll[one, two]; one = {1 -> 2, 1 -> 3, 3 -> 4, 4 -> 1}; two = {1 -> 2, 1 -> 3, 1 -> 4}; I generate a ... [graphs-and-networks]
asked by Tugrul Temel https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=60365
Score of 7 answered by kglr https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=125
Score of 8 Creating a random symmetric matrix with a particular rank https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279467
The documentation about LinearAlgebra has a section on Constructing Matrices, but the examples of random matrices using RandomReal don't offer an obvios way to ... [matrix] [linear-algebra] [random] [constraint] [symmetry]
asked by lotus2019 https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=69835 Score
of 6 answered by rhermans https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=10397
Score of 8 Prove linearity of integration https://mathematica.stackexchange.com/landing/r/digest?cta=question&id=279380
I'd like to prove the linearity of integration over one real variable ($x$). Integrate[f[x] + b g[x], x] == Integrate[f[x],x] + b Integrate[g[x],x] which I was ... [calculus-and-analysis] [simplifying-expressions]
asked by David G. Stork https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=9735
Score of 6 answered by cvgmt https://mathematica.stackexchange.com/landing/r/digest?cta=user&id=72111
Score of 7